Hi,

I'm trying to do something simple, but can't seem to get it to work.  I have
a route like this:

<from uri="jbi:service:urn:com.myservice:ServiceA"/>
<to uri="activemq:myqueue"/>
<to uri="log:myLog"/>

I turned on tracing and I see the that a message was successfully recieved
from the my service listening on activemq:myqueue, but before being
delivered to log:myLog, I get the following warning:

WARN - Requestor - Ignoring message with no correlationID!
ActiveMQTextMessage {...correlationId = null...}

I never see anything delivered to log:myLog.  

Shouldn't the above route work?  Shouldn't Camel insert a guid into the
correlation ID, and use that to route the response to my log?


-- 
View this message in context: 
http://www.nabble.com/JMS-correlation-ID-tp24364974p24364974.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to