Hi , My requirement is to process a messages come from many queues each represent one customer communication channel , the message payload and the processing workflow is identical , to solve this problem i build route builder and dynamically set "from" point and attached with a queue name and the "to" point to direct point route . example from uri="actimvemq:queue:customerA to uri=direct:processMsg Things are OK , my concern is the number of dynamic routes is linearly increased with number of customers , if i have 100 cutomers i need to build 100 routes ..
any ideas to overcome this issue ? ----- Othman Darwish ProgressSoft Corp. -- View this message in context: http://camel.465427.n5.nabble.com/Consuming-messages-from-hundred-of-AMQ-queues-using-camel-routes-builder-tp5778059.html Sent from the Camel - Users mailing list archive at Nabble.com.
