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 Message For CSQ

  • 1.  JMS Message For CSQ

    Posted Tue January 10, 2017 07:32 AM

    Hello Team

    Could you please confirm, the useCSQ=True in the pub.jms:send() service, only moves the PERSISTENT JMS messages(deliveryMode=‘Persistent’) to client side queue? Or, it moves all the JMS messages to client side queue on unavailability of the JMS provider?

    Regards
    Sasa


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: JMS Message For CSQ

    Posted Tue January 10, 2017 10:17 AM

    Hi Sasanka ,

    You can try it yourself .

    Disable the JMSConnectionAlias
    Before sending the Messages to the JMSDestination , make sure the CSQ Count of the JMS ConnectionAlias is zero.
    Send some NonPersistent messages to the JMS Destination and see if the CSQ gets filled up.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: JMS Message For CSQ

    Posted Wed January 11, 2017 06:33 AM


  • 4.  RE: JMS Message For CSQ

    Posted Fri February 17, 2017 04:02 AM

    Hi Rakesh

    Any idea which API should we use to get the CSQ depth?

    Regards
    Sasa


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: JMS Message For CSQ

    Posted Fri February 17, 2017 06:03 AM

    There are private API services in WmRoot already, else you must look check Java API Broker or UM depending your messaging provider.


    #webMethods
    #Integration-Server-and-ESB