For example, I have 10 messages read from Queue, and 4th and 6th messages are not delivered. Then ultimately except 4th and 6th messages all other messages to be removed from the Queue.
Now, In my code 1. How can I differentiate the acknowledge for each message. 2. Is it sequential that I will get the ack in the same order in the Queue ? Queue Message: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Ack : ack1, ack2, ack3, negack4, ack5, negack6, ack7, ack8, ack9, ack10 3. I think it will not be sequential (priority queue), how should I hold the ack for perticular message and process other messages ? -- View this message in context: http://qpid.2158936.n2.nabble.com/Re-delete-message-from-Queue-through-Java-code-tp7663338p7663397.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]
