Re: how to implement Content-based router

2008-10-14 Thread Bruce Snyder
On Tue, Oct 14, 2008 at 5:45 PM, ilango_g <[EMAIL PROTECTED]> wrote: > > I would definitely want to try this one out. The other question I have is: is > it possible to have an MDB or a servlet do the same job? > > If it is, where can I start? > Meanwhile, I will start working on the content based r

Re: how to implement Content-based router

2008-10-14 Thread ilango_g
;61E );' > > Apache ActiveMQ - http://activemq.org/ > Apache Camel - http://activemq.org/camel/ > Apache ServiceMix - http://servicemix.org/ > > Blog: http://bruceblog.org/ > > -- View this message in context: http://www.nabble.com/how-to-implement-Content-based-router-tp19962213p19984802.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: how to implement Content-based router

2008-10-14 Thread Bruce Snyder
On Mon, Oct 13, 2008 at 4:52 PM, ilango_g <[EMAIL PROTECTED]> wrote: > > Actually I have refined my question further: > There would be a queue that has messages > sitting on it. This queue has a listener that listens for messages, picks up > a certain message (FIFO perhaps), and sends it off to a d

Re: how to implement Content-based router

2008-10-13 Thread ilango_g
d-router.html > > Bruce > -- > perl -e 'print > unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E );' > > Apache ActiveMQ - http://activemq.org/ > Apache Camel - http://activemq.org/camel/ > Apache ServiceMix - http://servicemix.org/ >

Re: how to implement Content-based router

2008-10-13 Thread Bruce Snyder
On Mon, Oct 13, 2008 at 1:24 PM, ilango_g <[EMAIL PROTECTED]> wrote: > > Hi > I have the following scenario: There would be a queue that has messages > sitting on it. This queue has a listener that listens for messages and > routes a certain message to a different queue (channel). So the queue acts

how to implement Content-based router

2008-10-13 Thread ilango_g
message onto a different queue channel based on data contained in the message. The routing can be based on the values carried in the JMS message. Is there a sample available that implements this pattern? thanks -- View this message in context: http://www.nabble.com/how-to-implement-Content-based