Hi

I think you can use endpoint ids in the destinationIds header.

<endpoint id="foo" uri="jms:queue:foo"/>
<endpoint id="bar" uri="jms:queue:bar"/>

And then you can have foo and bar in the header.


/Claus Ibsen
Apache Camel Committer
Blog: http://davsclaus.blogspot.com/



On Thu, Nov 20, 2008 at 7:10 AM, Coder One <[EMAIL PROTECTED]> wrote:
> destionationIds="A" or "A,B,C"
>
> from("direct:start").recipientList().header("destinationIds");
>
> How can I distribute the above to JMS queue or topic A, B, C respectively?  
> Or similarly, would it be possible to name the JMS queues/topics as abc.xyz.A 
> abc.xyz.B, and abc.xyz.C and route accordingly?
>
> Thanks...
>
>
>
>
>
>

Reply via email to