Implement a ListMessage interface to accept amqp/list messages as java.util.List
--------------------------------------------------------------------------------
Key: QPID-3906
URL: https://issues.apache.org/jira/browse/QPID-3906
Project: Qpid
Issue Type: Improvement
Components: Java Client
Reporter: Siddhesh Poyarekar
Currently, the qpid java client accepts amqp/list messages as a
javax.jms.BytesMessage. This is not good because it means that one cannot
easily use the java client to write QMF clients. I have written an interface
org.apache.qpid.jms.ListMessage that extends the javax.jms.StreamMessage
interface. Attachment and details coming up.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]