I am using qpid-java 0.6. I setup a listener listening on a queue. The onMessage method will take 10 seconds to finish its job. If there are many messages come to the queue, the onMessage will be called after the previous onMessage call finished. What I want to do is to let qpid client support the multi-thread dispatch. Does it support this functionality or I should implement it in onMessage?
Thanks, Zhao Yi -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/How-can-I-let-qpid-client-support-multi-thread-dispatch-tp5601721p5601721.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
