On Wed, May 13, 2009 at 6:07 PM, Frank Schwarz <[email protected]> wrote: > > Hi, > > I am testing with current 2.0 Snapshot of Apache Camel. There are warnings > all over the log file saying: > > 17:56:06,602 WARN [JmsProducer] Disabling JMSReplyTo as this Exchange is > not OUT capable: Exchange[JmsMessage: > delegator->JBossMessage[20352699049492712]:PERSISTENT, deliveryId=0] with > destination: WorkOrderItemsInQueue > > > What am I doing is basically to consume a message from a JMS queue, do some > processing and put the result into a different JMS queue. > > What am I doing wrong? These warnings do not show up with 2.0M1. Hi
Can you show the route DSL. Looks like the Exchange is InOnly but the JMS Broker still sets a JMSReplyTo header. What JMS broker are you using, and version? Which Container are you using, and version? > > Kind regards, > Frank > -- > View this message in context: > http://www.nabble.com/Disabling-JMSReplyTo-as-this-Exchange-is-not-OUT-capable-tp23524909p23524909.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus Apache Camel Reference Card: http://refcardz.dzone.com/refcardz/enterprise-integration Interview with me: http://architects.dzone.com/articles/interview-claus-ibsen-about?mz=7893-progress
