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

Webmethods 9 Durable subscriber issue with a JMS trigger

  • 1.  Webmethods 9 Durable subscriber issue with a JMS trigger

    Posted Fri November 07, 2014 03:59 AM

    Hi

    I am using a JMS trigger which I’d like to stop without keeping the messages sent during the unavailability period. The problem is this trigger must also perform load balancing which I believe means it should use a durable subscriber. Could you tell me how to meet these two requirements ?

    Best regards


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


  • 2.  RE: Webmethods 9 Durable subscriber issue with a JMS trigger

    Posted Fri November 07, 2014 04:46 AM

    Are you planning to disable the JMS trigger when there is no document flow?
    Could you explain little bit more on your requirement?


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


  • 3.  RE: Webmethods 9 Durable subscriber issue with a JMS trigger

    Posted Fri November 07, 2014 06:24 AM

    The first requirement is that we should stop the trigger at will, while the document flow is uninterrupted. When the reigger is reactivated, there must be no document to handle. The other is that we should be able to perform load balancing, which normally implies a durable subscriber.


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


  • 4.  RE: Webmethods 9 Durable subscriber issue with a JMS trigger

    Posted Mon November 17, 2014 09:49 PM

    Hi Roger,

    Target system unavailability period situation…
    In order to handle this situation, you can suspend the trigger which will start queueing messages in the trigger client queue. However, you have to be careful about how long this downtime might go, and what would be the maximum number of documents that can get queued (* max size of the message). Queueing messages in trigger can lead to broker down situation if sufficient memory is not allocated.

    Load balancing
    I assume you are using Broker and not Universal messaging. You can configure JMS Policy based clustering (and choose appropriate algorithm - like Round Robin) which will distribute your messages to all the brokers which are clustered policy based.

    Hope this helps…

    -Senthil


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


  • 5.  RE: Webmethods 9 Durable subscriber issue with a JMS trigger

    Posted Tue February 10, 2015 06:04 AM

    "You can configure JMS Policy based clustering (and choose appropriate algorithm - like Round Robin) which will distribute your messages to all the brokers which are clustered policy based.
    "

    Senthil,
    Pls explain how to configure JMS policy based clustering.


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