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
  • 1.  JMS guaranteed delivery with clustering mode

    Posted Mon July 27, 2015 06:00 AM

    Hello all,

    I would like to implement the following mechanism:

    • A JMS message is sent by a customer
    • On wM side, a cluster of two IS has been set up and I want to receive and manage this message on both IS (let’s consider this notification as a technical one which must be used on the two IS)

    What is the best option to guarantee the delivery on both IS?

    • With a topic mode without durable subscriber: if one of my JMS trigger is not avaible when a message is sent, it will not be able to reprocess the message and so it will loose the message
    • With a topic mode with durable subscriber: I need to create and manage two different packages (I can’t variabilize the name of my durable subscriber, so to deploy my mechanism in Production, I need to create in development two packages and to duplicate the code)

    Any better option?

    Thanks for your help


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: JMS guaranteed delivery with clustering mode

    Posted Mon July 27, 2015 06:29 PM

    did you try unchecking share client prefix in IS administrator for Broker or UM connection.?


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: JMS guaranteed delivery with clustering mode

    Posted Tue July 28, 2015 05:03 AM

    That was my point:
    With a topic mode with durable subscriber: I need to create and manage two different packages (I can’t variabilize the name of my durable subscriber, so to deploy my mechanism in Production, I need to create in development two packages and to duplicate the code)


    #Integration-Server-and-ESB
    #webMethods