Re: JMS Receiving Messages Conditionally

2010-03-20 Thread sand...@i2it
thanks but i want to receive those messages also whose condition will be true after some time. Actually i want to send e-mails so before sending request to directly SMTP server i m sending all my mails as Message to a queue then in background i m checking for SMTP server status and according to t

Re: JMS Receiving Messages Conditionally

2010-03-20 Thread Tracy Snell
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 thos