Asynchronous retrieval of message

Posted by Admin on 13-May-2008 02:36

Hello all,

I am willing to know how is it possible to retrieve a message from a Topic asynchronously. Please help.

Maxy

All Replies

Posted by fbe on 13-May-2008 04:38

You will have to create a Subscriber to the topic and setup a message handler for processing incoming messages. This is all at the MQ level. On ESB you can have a service's ENTRY endpoint mapped to the topic so it will receive the message once it is send to the topic and take it from there.

Posted by Admin on 13-May-2008 23:36

Thank you Frank,

I seem to have got what you tried to say, but am just failing to execute those words of yours into SonicMQ. I have been exploring the SonicMQ all day yesterday, but failed to create a subscriber to a topic apart from creating subscriber to a topic in JMSClient which is perhaps not what we are intending to do I guess.

Could you kindly tell me how this is done?

Maxy.

Posted by fbe on 14-May-2008 03:04

This thread is closed