Camel allows you to create a jbi service, which you can then use to route
messages to the actual camel endpoint.
So assuming that you want to send a message from a jbi consumer to camel
endpoint A, you will need to create a camel route from a "pivot" jbi service
(camel will create it for you) to endpoint A

Here how it would look like.

<from uri="jbi:service:http://foo.bar.org/PivotService";>
<to uri="A"/>

The you can add jbi:service:http://foo.bar.org/PivotService as target to
your jbi consumer.

-- 
*Ioannis Canellos*
*
FuseSource <http://fusesource.com>

**
Blog: http://iocanel.blogspot.com
**
Apache Karaf <http://karaf.apache.org/> Committer & PMC
Apache ServiceMix <http://servicemix.apache.org/>  Committer
Apache Gora <http://incubator.apache.org/gora/> Committer
*

Reply via email to