You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by shaldar <sh...@gmail.com> on 2009/09/09 06:27:10 UTC

Posting ActiveMQ messages to Mailing List

Hello all -

I am trying to find a way of routing messages published to a particular
topic to a mailing-list. What is the easiest way to do that? My clients are
publishing and subscribing using the openwire protocol.

Best -
Susmit
-- 
View this message in context: http://www.nabble.com/Posting-ActiveMQ-messages-to-Mailing-List-tp25358389p25358389.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Posting ActiveMQ messages to Mailing List

Posted by Joe Fernandez <jo...@ttmsolutions.com>.
You can try setting up a Camel route that reads messages from an ActiveMQ
topic and then forwards/routes the messages to a mail component.  

http://camel.apache.org/activemq.html ---> http://camel.apache.org/mail.html

Joe
http://www.ttmsolutions.com
 


shaldar wrote:
> 
> Hello all -
> 
> I am trying to find a way of routing messages published to a particular
> topic to a mailing-list. What is the easiest way to do that? My clients
> are publishing and subscribing using the openwire protocol.
> 
> Best -
> Susmit
> 

-- 
View this message in context: http://www.nabble.com/Posting-ActiveMQ-messages-to-Mailing-List-tp25358389p25358654.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.