Hi Rajith, I was playing with the JMS selectors last week. While they do work and really select the messages based on the filter, it seemed to me that it switched off the acknowledgments completely. The Java application was getting only the selected messages, but I was unable to acknowledge them and they stayed in the queues. This may be OK in some situations, but in my case I wanted to get the messages really acknowledged and removed from the queues on the broker. Then I considered to try the same trick as Pavel did - read all messages and filter them manually. But unlike in the C++ API, I didn't found any methods for acknowledging specific message as well as for releasing or rejecting a message. Regards Jakub On Fri, Apr 13, 2012 at 07:43, Rajith Attapattu wrote: > (Note for C++ broker we do client side selectors, which does exactly what > you have described). --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org