JmsConponent using Oracle AQ crashes during send by trying to set JMS property 
ReplyTo
--------------------------------------------------------------------------------------

                 Key: CAMEL-3719
                 URL: https://issues.apache.org/jira/browse/CAMEL-3719
             Project: Camel
          Issue Type: Bug
          Components: camel-jms
    Affects Versions: 2.6.0
         Environment: camel 2.6.0, oc4j 10.1.3.5, oracle AQ, oracle jdbc thin 
driver (11), Oracle Server 11
            Reporter: Andreas Stiller
            Priority: Minor


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: 

{noformat}
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)
 {noformat}

This trace was reported already in:
[camel-user-thread|http://camel.465427.n5.nabble.com/JmsComponent-changes-between-2-4-0-and-2-6-0-td3398446.html]

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to