ActiveMQ cannot determine between Queue and Topic for Weblogic destination
--------------------------------------------------------------------------

                 Key: AMQ-3401
                 URL: https://issues.apache.org/jira/browse/AMQ-3401
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.5.0
            Reporter: Philippe Wanner


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



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

        

Reply via email to