Description
A JNDI lookup to Weblogic return a weblogic.jms.common.DestinationImpl instance that is the Weblogic generic implementation for Queue and Topic.
In the org.apache.activemq.command.ActiveMQDestination class the transform() method can obtain both a queue name and a topic name and therefore doesn't know in witch one to cast.
The Weblogic DestinationImpl has two methods isQueue() and isTopic() for that.
Here is a link to the thread about this issue: http://camel.465427.n5.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-td4578300.html
Attachments
Issue Links
- is depended upon by
-
AMQ-3496 Provide configurable default for unqualified stomp reply-to header destination string
- Resolved