Hi

Ah that damn OracleAQ and the JMSReplyTo.
You can try the code on trunk as I think we have refined the reply to
logic a bit so the disableRepllyTo=true on the producers is also
honored.
But we should frankly have a try .. catch when touching the JMSReplyTo
to work around the angry OracleAQ.

Feel free to create a jira ticket.



On Thu, Feb 24, 2011 at 1:02 PM, astiller
<stiller.andr...@googlemail.com> wrote:
>
> 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.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to