Hello all,
I am willing to know how is it possible to retrieve a message from a Topic asynchronously. Please help.
Maxy
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.
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.