Hi,

I've still have issue with the JMS and Camel component.
I'm running on SMX 3.3.1, and the 2009.02 version for both JMS and Camel.

I've this kind of route which is working (and useless by the way)

<jms:consumer service="esb:jmsConsumer" endpoint="jmsConsumer"
        targetService="esb:camelJBI" targetEndpoint="camelJBI"
        destinationName="queue/in" connectionFactory="#connectionFactory" />

from("jbi:endpoint:http://esb/camelJBI/camelJBI";)
.to("jbi:endpoint:http://esb/jmsProvider/jmsProvider";);

<jms:provider service="esb:jmsProvider" endpoint="jmsProvider"
        destinationName="queue/out" connectionFactory="#connectionFactory"
/>


If I just change my camel route to this (just adding the camel log endpoint)

from("jbi:endpoint:http://esb/camelJBI/camelJBI";)
.to("log:myClass.class")
.to("jbi:endpoint:http://esb/jmsProvider/jmsProvider";);

It does not work anymore ... Is it a bug, or is it a MEP related ?

Thanks.
Raphaël

Reply via email to