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.

 View Only
Expand all | Collapse all

jms destination name of trigger

  • 1.  jms destination name of trigger

    Posted Thu September 06, 2012 07:37 PM

    Hi EveryOne,
    How could we know the trigger’s destination name at trigger jms service level ? In fact I have 32 jms triggers that call the same service and I need to know the jms destination name (which is configured in the trigger) within this service to map it into the canonical document. The problem is that I only have the jms message as an input of the called service. This message doesnt contain the jms destination name (null).
    any help please!!


    #Universal-Messaging-Broker
    #Broker-JMS
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: jms destination name of trigger

    Posted Thu September 13, 2012 01:15 PM

    Hello,

    You need to provide the queue or topic name from where you are going to receive the JMS message as destination.

    Destination= Topic / Queue already configured from where to receive the message.

    HTH

    Sasanka


    #Broker-JMS
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods


  • 3.  RE: jms destination name of trigger

    Posted Sat September 15, 2012 05:34 PM

    In JMSMessage/Header, you can see a field called JMSDestination which will hold the value of TOPIC/QUEUE.

    HTH
    Senthil


    #Broker-JMS
    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker