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 trigger not getting Enabled ----[BRM.10.2203] JMS: Queue "QueueName" is in use.

  • 1.  JMS trigger not getting Enabled ----[BRM.10.2203] JMS: Queue "QueueName" is in use.

    Posted Thu October 23, 2014 03:39 AM

    Hi ,

    Working with JMS.

    I have already created a JNDI provider , Connection Factory and Queue using the MWS.

    In the IS the JNDI Lookup is working fine with the it returning the “Connection Factory” and “Queue”.

    The issue is that the JMS trigger is not getting enabled in IS at the path “Settings>Messaging>JMS Trigger Management”, the error thrown is as below

    com.wm.app.b2b.server.jms.JMSSubsystemException: javax.jms.InvalidDestinationException: [BRM.10.2203] JMS: Queue “MDMInboundQueue” is in use.


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


  • 2.  RE: JMS trigger not getting Enabled ----[BRM.10.2203] JMS: Queue "QueueName" is in use.

    Posted Thu October 23, 2014 01:10 PM

    I see why you are getting this error!

    The client attempted to access a queue that is already in use by another client. For multiple access to a queue, the destination’s shared state property must be set on IS/MWS.

    Let me know your updates.


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


  • 3.  RE: JMS trigger not getting Enabled ----[BRM.10.2203] JMS: Queue "QueueName" is in use.

    Posted Tue November 25, 2014 07:35 PM

    The issue is resolved.

    Following are the steps

    Delete the package which had the JMS Trigger on the IS.
    Re-Deploy the package where the JMS Trigger was present.
    Deleted all the JMS Configuration , like JNDI, Connection Factory and JMS Queue
    Re- Create all the above JMS Configuration.Had to tick the “Shared State” box in the JMS Queue
    Reload the package


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


  • 4.  RE: JMS trigger not getting Enabled ----[BRM.10.2203] JMS: Queue "QueueName" is in use.

    Posted Thu April 23, 2020 03:22 AM

    This topic may be a bit old, but just wanted to add: if you are actually using JMS as the Receive Protocol for a process model, and are getting this error, it might be because you have manually assign the Destination Name and have different Destination Names for the different Receive Message steps of the same process model. So to fix it, use the same Destination Name for all the Receive steps of the model.


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