Topics would not help in my case.

The use case here is to have kind of a generic engine that can route between queues with config from a db or file.

Christian


Am 23.05.2012 15:10, schrieb James Carman:
Are you in need of a topic rather than a queue?

On Wed, May 23, 2012 at 8:13 AM, Christian Schneider
<ch...@die-schneider.net>  wrote:
The problem is that the from endpoints are not known at compile time and can
change at any time.
Besides that we need transactionality. Not sure if seda provides that.
Christian

Am 23.05.2012 13:41, schrieb Serkan Eryilmaz:
Couldn't you just create a seda queue once (that is your logic route), and
then for each jms queue that gets added you redirect it to that seda queue ?

On 05/23/2012 01:03 PM, Christian Schneider wrote:
I would like to listen to a list of jms queues and for each queue do the
same route.

Currently I use a RouteBuilder that gets the jms endpoint uri in its
constructor and builds the route. This routebuilder is then created once for
each jms endpoint and the
route is added each time to the context. This works but I wonder if we
can do this in a generic way. For the producer side we have the
recipientlist where you can give it a list of endpoints to send to.

How about a component that can create consumers from a list of uris
separated by comma? Would there be a general interest in such a thing? Do we
perhaps have a similar thing that I just overlooked?

Christian



--

Christian Schneider
http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com



--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com

Reply via email to