You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2011/03/03 00:03:37 UTC

[jira] Created: (QPID-3106) QueueReceiver and TopicSubscriber does not work with new addressing

QueueReceiver and TopicSubscriber does not work with new addressing
-------------------------------------------------------------------

                 Key: QPID-3106
                 URL: https://issues.apache.org/jira/browse/QPID-3106
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.8
            Reporter: Rajith Attapattu
            Assignee: Rajith Attapattu
             Fix For: 0.9


The QueueReceiver and TopicSubscriber interfaces are part of JMS. However this part of the API cannot be used with Destinations defined using the new addressing scheme.

This is due to the code trying to check if the the Queue implementation is of type AMQQueue and Topic implementation is of type AMQTopic.

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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-3106) QueueReceiver and TopicSubscriber does not work with new addressing

Posted by "Rajith Attapattu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu resolved QPID-3106.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.9)
                   0.10

Fixed along with a test case.

> QueueReceiver and TopicSubscriber does not work with new addressing
> -------------------------------------------------------------------
>
>                 Key: QPID-3106
>                 URL: https://issues.apache.org/jira/browse/QPID-3106
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.8
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>             Fix For: 0.10
>
>
> The QueueReceiver and TopicSubscriber interfaces are part of JMS. However this part of the API cannot be used with Destinations defined using the new addressing scheme.
> This is due to the code trying to check if the the Queue implementation is of type AMQQueue and Topic implementation is of type AMQTopic.

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

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org