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
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
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
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