Hi Gordon,
Thanks for the reply,
>>Generally, messages are removed from the queue once they have been
>>acknowledged by the consuming client. The default in JMS is (I believe)
>>auto-acknowledge, so when your message listener's onMessage() returns,
>>the library will automatically acknowledge the queue.
1. Actually what if some other client also wants to read that message ?
2. Is there any setting that we need to do at Qpid WebManagement portal ?
I can see the status of the message changes from "Available" to
"Acquired" after reading the message from Client, but how to remove this
from the Queue.
3. Is there any method to delete the message based on the "Message Id"
>>I'm not sure what you mean by 'read module' though. Are you using JMS to
>>consume messages? Or some other API
I'm using JMS in that I've created the new module called read module
which reads the message from Qpid.
--
View this message in context:
http://qpid.2158936.n2.nabble.com/Re-delete-message-from-Queue-through-Java-code-tp7663338p7663340.html
Sent from the Apache Qpid developers mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]