On 12/10/2009 05:37 AM, Glen Marchesani wrote:
One interesting note is the performance of our python client was around 1000 msgs/second. With the java client we are seeing something closer to 10,000 msgs/second.
Were you using synchronous transfer with python? That is the default for python; you can switch to asynchronous by setting session.auto_sync = False and then explicitly sync() as needed.
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
