Re: Understanding org.apache.qpid.transport.Connection

2012-04-22 Thread Keith W
On 20 April 2012 11:55, Emmanuel Bourg wrote: > Thank you very much for the information Keith. Do you think I can provide > a patch to restore the ability to open a connection without specifying > explicitely the delegate? Is there a chance that it will be accepted? > > Yes, we'd certainly consid

Re: Understanding org.apache.qpid.transport.Connection

2012-04-20 Thread Emmanuel Bourg
Thank you very much for the information Keith. Do you think I can provide a patch to restore the ability to open a connection without specifying explicitely the delegate? Is there a chance that it will be accepted? Emmanuel Bourg Le 20/04/2012 10:39, Keith W a écrit : Hi Emmanuel You are c

Re: Understanding org.apache.qpid.transport.Connection

2012-04-20 Thread Keith W
Hi Emmanuel You are correct, this was changed by QPID-3415. This change was made to allow the 0-10 code path (when utilised by the Qpid client) to load SASL callback handers using the same mechanism as 0-8..0-9-1. You are also correct, yours was not an anticipated/tested use-case. If you don't

Understanding org.apache.qpid.transport.Connection

2012-04-19 Thread Emmanuel Bourg
Hi all, I'm trying to update my Hessian over AMQP RPC client [1] to the latest version of Qpid but I have some difficulties with the Connection class in the org.apache.qpid.transport. I know this class is not intended for public use and as such is not supported, but I would be very grateful if