1 Reply Latest reply on May 10, 2011 5:05 AM by ataylor

    HornetQ and JMS API onMessage()

    srimanta.maji

      I am using JMS API and HornetQ  messaging system for server-client communication.

      I have faced a problem while connecting to server with the client.

       

      The situaion is that i have reuqested to server to perform a very long running task through messaging.This task is invoked from

      onMessage method of the Server side JMS Message Listener.While this task is running i am not being able to send new messages to server.

       

      I do not konw what happens for the newly send messages.

       

      Please provide me any suggestions so that i can send new messages while this type of time consuming tasks are running.