Re: Retreiving messageId from JMS queue

2010-04-26 Thread jfaath
ot;errors" queue message id? > > After digging the code of JmsProducer, I don't think there is a way to > get the message id that you want from exchange. > > Why do you want to get the jms message id which send to "errors" queue ? > > I don't it is import for camel-jms, as the message id is JMS protocol > relate information. > > Willem > > -- View this message in context: http://old.nabble.com/Retreiving-messageId-from-JMS-queue-tp28346911p28364944.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Re: Retreiving messageId from JMS queue

2010-04-24 Thread Willem Jiang
jfaath wrote: I'm wondering if there is a way to retrieve the messageId of the message when a producer sends a message to the queue. For example, let's say I have these routes: from("wherever"). // do lots of stuff to("jms:queue:processed"); from("jms:queue:processed") .choice() .when(header("

Retreiving messageId from JMS queue

2010-04-23 Thread jfaath
a little different, but parse-able). Is there any way to get the "errors" queue message id? -- View this message in context: http://old.nabble.com/Retreiving-messageId-from-JMS-queue-tp28346911p28346911.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.