Hi, Even though the 0-10 code path is not using MINA as a transport, it still has to carry those jar files as a dependency due to, 1. our transports being in the common module 2. mina byte buffer being used in some of the common and client module classes, most notably the various message impl classes.
Possible solutions, 1. Create a new transport module, and get the common module to load the transports via reflection. The 0-10 client already has such a mechanism. 2. Change all instance of mina byte buffer to the nio byte buffer. Is there a good reason to not do the above? Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
