Here is what I did D:\qpid-0.18\qpid-0.18\cpp\src\Debug>qpidd --tcp-nodelay --auth=no 2013-07-15 02:37:15 [Broker] notice SASL disabled: No Authentication Performed 2013-07-15 02:37:15 [Security] error Failed to initialise SSL listener: Locating certificate Rajesh-PC in store My Cannot find object or property. (qpid\broker\windows\SslProtocolFactory.cpp:193)2013-07-15 02:37:15 [Network] notice Listening on TCP/TCP6 port 5672 5672 2013-07-15 02:37:15 [Broker] notice Broker running
Is there any way to check if it was successfully enabled ? On Sun, Jul 14, 2013 at 7:21 PM, Chuck Rolke <[email protected]> wrote: > For the C++ broker you have the start option: > > --tcp-nodelay Set TCP_NODELAY on TCP connections > > The option only affects the behavior of the sending side of the connection > where the option is set. > > ----- Original Message ----- > > From: "Rajesh Khan" <[email protected]> > > To: [email protected] > > Sent: Saturday, July 13, 2013 4:47:24 AM > > Subject: tcp-nodelay on broker > > > > The manual states > > > > "For latency sensitive applications, setting tcp-nodelay on qpidd and on > > client connections can help reduce the latency" > > > > I know how to set this option for clients(Receiver). How do we set it up > > for qpidd(broker). Do we need to set it up on the sender side too ? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
