On 07/26/2012 12:37 PM, Zhemzhitsky Sergey wrote:
Is there any simple way to use something like message
listeners/subscribers with qpid messaging API except for using custom
threads which will continuously invoke Receiver.fetch(Message,
Duration)?

No, you need to do any dispatching to listeners on your own threads. You can use Session::nextReceiver() to avoid needing a thread per Receiver, but as yet there is no way to avoid a thread per session.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to