On Mar 20, 2010, at 10:22 PM, sand...@i2it wrote:

>   In my JMS application i want to receive messages from a queue only if
> particular condition is true. otherwise wait until that condition becomes
> true. A sender can send multiple messages within that timespan, the JMS
> should store all those messages and forward them to receiver application
> only if particular condition is true.....

Easy, use selectors:

http://activemq.apache.org/selectors.html

Reply via email to