You *must* be able to do this... :) you may have to use ServiceMix though as the JBI provider.

This is a good example of such a case:
http://servicemix.apache.org/34-exchanging-messages-with-other-jbi-services.html

Cheers,
Jon

cmoulliard wrote:
Hi,

I have made a test without success but to be sure I prefer to ask the
question. Can I mix in camel routes camel endpoint with jbi endpoint ?

ex:

from(file:///c:/temp/test)
.to("log:Message received")
.to("jbi:endpoint:urn:jms-queue");

Remark : the jbi endpoint is a jms-queue.

Additional : Does it make sense to mix endpoints of Camel with JBI ?

Regards,

Charles

Reply via email to