James, Thanks for pointing this out. I have fixed this in Qpid trunk rev 757640.
Regards, Rajith On Mon, Mar 23, 2009 at 6:21 PM, Jason Copeland <[email protected]> wrote: > org.apache.qpid.transport.Connection line # 165 > > public void connect(String host, int port, String vhost, String username, > String password, boolean ssl) > { > connect(host, port, vhost, username, password, false,"PLAIN"); > } > > > Shouldn't it be > connect(host, port, vhost, username, password, ssl,"PLAIN"); > vs > connect(host, port, vhost, username, password, false,"PLAIN"); > > > ? > > Thanks, > Jason > > -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
