Can we configure Receiving Application for JMS an SMTP server

2010-03-15 Thread sand...@i2it
Hello, I want to send e-mails to new user registered on my website. I want 100% mail delivery, i don't have control over my smtp server. Right now my program is directly sending message to smtp server but if that smtp server is down then my application wil not able to send mail. What i now wa

In JMS can we have multiple senders and single receiver

2010-03-18 Thread sand...@i2it
Hello All, In my application i have two types of user A & B. Now what i want to alert the user B whenever A performs some action through mail. So for 100% delivery of messages i am using JMS ActiveMQ. My Requirement is before directly sending request to mail server first i want to check whethe

JMS Receiving Messages Conditionally

2010-03-20 Thread sand...@i2it
Hello All, 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 appli

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