i can send a String to a JMS Queue (based on Oracle AQ) successfully with
camel 2.4.0. The URI in use is:
"camel.jms:queue:CUSTOMER_ORDER?cacheLevelName=CACHE_NONE". When i switch to
camel 2.6.0 and leave the code otherwise unchanged i get a crash in Oracle
AQ: 

Caused by: oracle.jms.AQjmsException: JMS-147: Invalid ReplyTo destination
type, or use of reserved `JMSReplyTo agent name, or serialization error with
 AQjmsDestination
        at oracle.jms.AQjmsError.throwEx(AQjmsError.java:285)
        at oracle.jms.AQjmsMessage.setJMSReplyTo(AQjmsMessage.java:523)
        at
org.apache.camel.component.jms.JmsProducer$2.createMessage(JmsProducer.java:302)
        at
org.apache.camel.component.jms.JmsConfiguration$CamelJmsTemplate.doSendToDestination(JmsConfiguration.java:201)
        at
org.apache.camel.component.jms.JmsConfiguration$CamelJmsTemplate.access$100(JmsConfiguration.java:144)
        at
org.apache.camel.component.jms.JmsConfiguration$CamelJmsTemplate$3.doInJms(JmsConfiguration.java:178)


Any ideas how to change the URI to get it running ? I set the exchange to
InOnly and tried disableReplyTo=false also, but no avail.

Best Regards
Andreas


-- 
View this message in context: 
http://camel.465427.n5.nabble.com/JmsComponent-changes-between-2-4-0-and-2-6-0-tp3398446p3398446.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to