Yes - that’s what I’m suggesting.

Also, if all of the messages from the various outward.message.> queues are just 
forwarded to the same internal queue for processing, you could do this in the 
broker with a Composite Destination 
(http://activemq.apache.org/nms/activemq-virtual-destinations.html 
<http://activemq.apache.org/nms/activemq-virtual-destinations.html>) and avoid 
some of the overhead of the camel route.



> On Feb 22, 2016, at 10:50 AM, Darwish <othman.darw...@progressoft.com> wrote:
> 
> Hi Quinn Stevenson
> 
> you mean  in my route builder instead of  specifying full name of the queue
> that belong to a specific customer , i could use for example 
> 
> from  queue:outward.message.> ,  then the route will consume all messages
> that holed in all queues as long as it start with "outward.message."  , if
> this what you mean this will be great
> 
> 
> 
> 
> 
> 
> -----
> Othman Darwish
> ProgressSoft Corp.
> 
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Re-Consuming-messages-from-hundred-of-AMQ-queues-using-camel-routes-builder-tp5778060p5778069.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to