0 Replies Latest reply on Apr 20, 2010 3:09 PM by sheths

    JMS Component with Fuse ESB 4.2

    sheths

      I am new to ServiceMix. After reading through the documentation I understand that ActiveMQ is deployed along with installation of Fuse ESB 4.2. (Please correct me if I am wrong; I did not install ActiveMQ  separately)

       

      We want to use JMS for asynchronous processing. After receiving requests our WebService implementation needs to post a message to the queue which will be processed eventually. I am not sure whether I need to use  servicemix-jms component for this. I ensured that servicemix-jms component was installed correctly. I also deployed a osgi-bundle using servicemix-jms the configuration is follows (I am not sure whether I need this)

       

       

       

      I used ProducerTool sample code which comes with ActiveMQ installtion to test whether I can post any messages to the queue. The code just hangs at

      connection.start()

       

       

      I have attached the code I am using to test ActiveMQ