Remove the dependency on Mina for the Java client
-------------------------------------------------
Key: QPID-2627
URL: https://issues.apache.org/jira/browse/QPID-2627
Project: Qpid
Issue Type: Improvement
Components: Java Client, Java Common
Affects Versions: 0.6
Reporter: Emmanuel Bourg
Priority: Minor
Fix For: 0.7
The Java client doesn't use Mina for the transport but still depends on it due
to several usages of the extensible ByteBuffer. The dependency on Mina could be
removed by replacing the Mina ByteBuffer with the standard java.nio.ByteBuffer
or a ByteArrayOutputStream when the underlying buffer needs to be extended
automatically.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]