[jboss-dev-forums] [JBoss ESB Development] - Camel integration input requested

Tom Fennelly do-not-reply at jboss.com
Wed May 19 09:48:27 EDT 2010


Tom Fennelly [http://community.jboss.org/people/tfennelly] replied to the discussion

"Camel integration input requested"

To view the discussion, visit: http://community.jboss.org/message/543854#543854

--------------------------------------------------------------
Dave, another twist on this could be a new <camel-listener> in the ESB, which lists a series of "from" addresses:

<listeners>
    <jms-listener ....>

    <camel-listener from="file://xxx" />
    <camel-listener from="ftp://aaaaa" />
</listeners>


And then in the listener intialization, you programatically create the camel context and routebuilder, routing from the specified from endpoint, to the service in question....

from(configuredFromEndpoint)
    .to("jbossesb://service?category=<theservicecat>&name=<theservice>");


Just a thought.

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/543854#543854]

Start a new discussion in JBoss ESB Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2032]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100519/0ed22789/attachment.html 


More information about the jboss-dev-forums mailing list