All though the 0-10 code path doesn't use MINA as the transport, it is still required on the client side as the JMS layer is still using the Mina byte buffer internally. The 0-8 code also uses MINA as the default transport. So the client has both compile time and run time dependency on MINA. It would good if we could actually get rid of the MINA deps in the client side and the transport related code factored out into a transport module. The client can then load the transport based on reflection (the 0-10 code path now does this.)
Regards, Rajith On Thu, Apr 1, 2010 at 10:01 AM, Carl Trieloff <[email protected]> wrote: > > > I know mina is no longer required from the client side, someone else will > need to comment on the Java broker > > Carl. > > > On 03/31/2010 02:05 PM, Emmanuel Bourg wrote: >> >> Could someone enlighten me about the Mina version currently used in Qpid >> please? I searched through the messages of the list back to 2006 and found >> this: >> >> >> http://mail-archives.apache.org/mod_mbox/qpid-dev/200612.mbox/%[email protected]%3e >> >> That is, Qpid uses a snapshot version build from the revision 463149 at >> http://svn.apache.org/repos/asf/mina/trunk. >> >> However I also found mention of performance patches that were necessary >> for Qpid. Are they also included in the revision above or were they applied >> separately? >> >> Thank you, >> >> Emmanuel Bourg >> >> --------------------------------------------------------------------- >> Apache Qpid - AMQP Messaging Implementation >> Project: http://qpid.apache.org >> Use/Interact: mailto:[email protected] >> > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
