Re: Clustering overhead

2010-04-07 Thread Andrew Wright
On 31 Mar 2010, at 14:30, Andrew Wright wrote: On 31 Mar 2010, at 14:02, Alan Conway wrote: On 03/30/2010 05:38 PM, Andrew Wright wrote: Hi all, I've recently run some tests to try and see how much overhead clustering brings. In short - I saw roughly a 50% reduction in message throughpu

RE: SSL and C++ client - anyone have a complete example ?

2010-04-07 Thread Steve Huston
Hi Elena, > I'm getting the same error: 'Unknown NSS error code. [-5938] > (qpid/sys/ssl/SslSocket.cpp:151)' > > And unlike Calvin I can't even connect to C++ broker using > browser. IE says 'Opening page...' and progress bar stops > somewhere in the middle. Did you use https://broker-addr:56

Re: Multiple Headers with the same key

2010-04-07 Thread Gordon Sim
On 04/07/2010 03:45 PM, Siamak Kolahi wrote: I tried doing so (binding same channel multiple times with different values). but it doesnt work out. It only receives messages matching the last value binded to. Are you using a different binding key in each case? Thanks, Siamak On Tue, Apr 6, 20

Re: Multiple Headers with the same key

2010-04-07 Thread Siamak Kolahi
I tried doing so (binding same channel multiple times with different values). but it doesnt work out. It only receives messages matching the last value binded to. Thanks, Siamak On Tue, Apr 6, 2010 at 11:55 AM, Gordon Sim wrote: > On 04/05/2010 09:22 PM, Siamak Kolahi wrote: > >> Hi guys, >> >>

RE: SSL and C++ client - anyone have a complete example ?

2010-04-07 Thread Elena Nee
Hi Steve, I'm getting the same error: 'Unknown NSS error code. [-5938] (qpid/sys/ssl/SslSocket.cpp:151)' And unlike Calvin I can't even connect to C++ broker using browser. IE says 'Opening page...' and progress bar stops somewhere in the middle. The same broker already serves a Java client wit

Multithreaded request/reply server in python

2010-04-07 Thread Kiss PĂŠter
Hi everyone, I'm quite new to Qpid and AMQP, and trying to figure out, how to write a robust multithreaded request/reply server and a client in python. (The long term goal is to publish an API with apache avro RCP using AMQP as a transport.) I'm using the v0.6 Qpid Java broker and the enclosed pyt