JMS Transport creates temporary topic for queue based service endpoint.
-----------------------------------------------------------------------

                 Key: WSCOMMONS-522
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-522
             Project: WS-Commons
          Issue Type: Bug
          Components: Transport
    Affects Versions: Transports 1.1
            Reporter: Gabor Herr


If a JMS provider uses domain-independent Session objects, as recommended in 
JMS 1.1 spec section 2.5, the code in JMSUtils.createTemporaryDestination fails 
to determine the correct type (queue or topic) of the destination to be 
created. E.g. in TIBCO EMS the passed in session implements only 
javax.jms.Session but not the domain specific interfaces QueueSession resp. 
TopicSession. Thus the method always creates a temporary topic.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to