IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How To Convert String To javax.jms.Message

    Posted 10/27/15 08:30 AM

    Hello,

    is there any way to convert to javax.jms.Message format?
    I need this in order to call the acknowledge service for the CLIENT_ACKNOWLEDGE mode.

    Regards
    Sasa


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: How To Convert String To javax.jms.Message

    Posted 10/27/15 01:04 PM

    Hi Sasa,

    please check the IS-Build-In-Services-Guide and the Messaging-Programmers-Guide for details.

    The incoming JMS-Message contains a body/message object.
    Map this object to the acknowldege service.
    This is neccessary as the acknowledge is not recognized otherwise.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods