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)" <qp...@incubator.apache.org> on 2006/11/27 15:48:22 UTC

[jira] Created: (QPID-131) ClassCastException in AMQSession (while trying to cast BasicMessageProducer to javax.jms.QueueSender)

ClassCastException in AMQSession (while trying to cast BasicMessageProducer to javax.jms.QueueSender)
-----------------------------------------------------------------------------------------------------

                 Key: QPID-131
                 URL: http://issues.apache.org/jira/browse/QPID-131
             Project: Qpid
          Issue Type: Bug
          Components: JMS Compliance
            Reporter: Rajith Attapattu
         Assigned To: Rajith Attapattu


o.a.q.client.BasicMessage doesn't implement the interface javax.jms.QueueSender, hence a class cast exception

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (QPID-131) ClassCastException in AMQSession (while trying to cast BasicMessageProducer to javax.jms.QueueSender)

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-131?page=all ]

Rajith Attapattu resolved QPID-131.
-----------------------------------

    Resolution: Fixed

This issue if fixed in rev 479640 in trunk
We now have QueueSenderAdapter class that adapts the method defined in QueueSender to the methods defined in javax.jms.MessageProducer


> ClassCastException in AMQSession (while trying to cast BasicMessageProducer to javax.jms.QueueSender)
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-131
>                 URL: http://issues.apache.org/jira/browse/QPID-131
>             Project: Qpid
>          Issue Type: Bug
>          Components: JMS Compliance
>            Reporter: Rajith Attapattu
>         Assigned To: Rajith Attapattu
>
> o.a.q.client.BasicMessage doesn't implement the interface javax.jms.QueueSender, hence a class cast exception

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (QPID-131) ClassCastException in AMQSession (while trying to cast BasicMessageProducer to javax.jms.QueueSender)

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

Rajith Attapattu closed QPID-131.
---------------------------------


> ClassCastException in AMQSession (while trying to cast BasicMessageProducer to javax.jms.QueueSender)
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-131
>                 URL: https://issues.apache.org/jira/browse/QPID-131
>             Project: Qpid
>          Issue Type: Bug
>          Components: JMS Compliance
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>
> o.a.q.client.BasicMessage doesn't implement the interface javax.jms.QueueSender, hence a class cast exception

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