1 Reply Latest reply on Mar 19, 2009 6:17 AM by joe.luo

    Multiple services using one JMS queue

    dd1133

      Does anyone know if it is possible to configure multiple services(soap/jms) to use one JMS queue? I did manage to configure two services using jms, but when I send the request I am getting the following fault string.

       

      Message part dataDictionaryRequest was not recognized.not recognized. (Does it exist in service WSDL?)

       

      My guess is that each service is listening and randomly grabbing values off of the queue or one is always listening first...

       

      I am configuring the services using the spring option along with jaxws feature - example:

       

       

      "jmslistener" is my bean reference to all my JMS configuration i.e. connection factory and queues.

       

      Any help would be appreciated....

       

      thanks,

      Domenic