webMethods

webMethods

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

How can we check the channel from hub to MQ queue

  • 1.  How can we check the channel from hub to MQ queue

    Posted Thu December 27, 2012 11:21 AM

    How can we check the channel from hub to MQ queue.

    I can see listners are active in the TST but still business is facing some issues in sending the messages. messages are hanged up in the queue.


    #webMethods
    #webMethods-Archive
    #JMS-Adapter-Archive-wmUsers


  • 2.  RE: How can we check the channel from hub to MQ queue

    Posted Fri December 28, 2012 01:20 PM

    What is the hub here?

    In WebSphere MQ Series, channels will be created through which we can communicate with the mq queues for put/get messages. You can also try with SYSTEM.ADMIN.SVRCONN default channel…

    What is the issue? Do you happen to see messages in queue, and it is not picked up by webMethods even through Listeners are active? Did you configure Listener notification, and have it enabled? Use transactional mq connection so that the data is not lost.

    In mq queue, check the property ‘get inhibit’. If it is set to true, message cannot be pulled by other app connecting to it.

    -Senthil

    -Senthil


    #webMethods-Archive
    #webMethods
    #JMS-Adapter-Archive-wmUsers