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.  Publishing Message from one server to another

    Posted 08/13/10 10:43 AM

    Hi all,

    I am stepping up in webMethods with your help.Can anyone suggest me how to send a jms message from one Integration server and Retrieve it in another?

    Please explain it in a step by step manner…

    Thanks in Advance
    tmv


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Publishing Message from one server to another

    Posted 10/01/10 06:50 AM

    Hi ,
    I am also new to this technology, but using JMS, firstly u shud hav,

    • JMS Trigger
    • Canonical Document, which u need to send as a msg.
      The data send via JMS will be in queue.

    If u have any problems, kindly do reply now…

    Thanks,
    Abhishek


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Publishing Message from one server to another

    Posted 10/01/10 06:52 AM

    Hi,
    You would use a MessageConsumer, MessageRequestor or JMS Adapter Notification to retrieve messages from a JMS queue or topic.

    The first two allow you to retrieve one or more messages from the JMS destination programatically. The notification causes a Broker document to be published when a message arrives in a queue or topic you are monitoring. You would then create an IS trigger to invoke a service to process the JMS message after mapping it from the broker document published by the notification.

    Still any probs???

    Thanks,
    Abhishek


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Publishing Message from one server to another

    Posted 12/14/10 05:10 AM

    Thanks Abishek…Sorry for the delay

    regards,
    tmv


    #Integration-Server-and-ESB
    #webMethods