Re: UrgentveryUrgentHow to delete A Message From the Queue after Consuming it. using JMS.
Posted By:
java_coder
Posted On:
Saturday, September 9, 2006 06:48 AM
message.acknowledge() wouldn't remove the message from the queue ?
Re: UrgentveryUrgentHow to delete A Message From the Queue after Consuming it. using JMS.
Posted By:
stalin_silver
Posted On:
Wednesday, September 6, 2006 07:21 AM
Just close the QueueConnection.Then automatically messages wii be deleted from Queue.