Rob, Sorry this sliped my radar. We don't have any dcoumentation. Your best bet is to look at the code. https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/java/common/src/main/java/org/apache/qpidity/transport/network/mina/
The dependencies on mina is isolated into the MinaHandler and MinaSender. You can esily develop and alternative IO model by implement IoHandler and Sender interfaces and then wiring them up in the Client. Regards, Rajith. On Fri, May 9, 2008 at 2:18 PM, Robert Greig <[EMAIL PROTECTED]> wrote: > 2008/5/9 Rajith Attapattu <[EMAIL PROTECTED]>: > > > Rafi has made the IO model pluggable. > > The AMQP layer in 0-10 code path doesn't have any dependencies on MINA > byte > > buffers etc. > > So if one wants to write an alternate IO layer then there is a clear > > mechanism to do that. > > I am quite interested in this. Is there any documentation or notes > available? > > RG > -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/
