Re: Reading Messages without subscribing
Posted By:
Anonymous
Posted On:
Monday, April 6, 2009 10:27 AM
Hi,
1. Without subcribe you cannot receive messge from the topic.
2. Use Client Acknowledge instead of using Auto Acknowledge. The receiver/subscriber will acknowledge the queue/topic, once the message has been received, after that the queue/topic will release the message from there else the message will be in queue/topic. If the receiver/subscriber went down, the queue/topic will maintain the messge. So no need to worry about persistence.