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 whether it is up&running or not, If it is running then only send mails otherwise Queue those messages in JMS later when server up's then collect those messages from JMS Queue and send them to mail server. I m doing it in follwing way
1-> My Action will send message to a queue 2-> A consumer Action is listning to that queue. 3-> Consumer first chks whether the smtp server is up or not. 4-> If it is up then it receives messages and sends it. 5-> if smtp is not up it does nothing. What i am missing ? Through queue i m able to send a single message only, but i want multiple messages to be sent How to resume consumer program when smtp server ups? -- View this message in context: http://old.nabble.com/In-JMS-can-we-have-multiple-senders-and-single-receiver-tp27943781p27943781.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.