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 different queue
(channel) based on some information in a header field that identifies the
destination queue the message is intended for. For now, I assume that I have
one message in my source queue that is meant to be delivered to one of three
queues, Q1, Q2, Q3, based on the information in the JMS header of the
message.

If a sample is available that would be great to start off. 

thanks


bsnyder wrote:
> 
> 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
>> as a Content-Based Router that examines the message content and routes
>> the
>> 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?
> 
> The easiest way to do this is using Apache Camel. See the following
> for more info:
> 
> http://activemq.apache.org/camel/content-based-router.html
> 
> Bruce
> -- 
> perl -e 'print
> unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
> 
> 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-tp19962213p19964954.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to