producer.sendMessage must not assume the Message argument is a Qpid 
implementation class
----------------------------------------------------------------------------------------

                 Key: QPID-189
                 URL: http://issues.apache.org/jira/browse/QPID-189
             Project: Qpid
          Issue Type: Bug
            Reporter: Robert Greig
         Assigned To: Robert Greig


Currently BasicMessageProducer.send(Message) casts the supplied message to 
AbstractJMSMessage which is a Qpid-specific implementation class.

In order to be JMS compliant we must support other implementations of Message, 
i.e. not rely on the cast working.

-- 
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

        

Reply via email to