Re: What exactly does LinkClosed mean?

2012-04-17 Thread Cajus Pollmeier
Am 16.04.2012 10:46, schrieb Gordon Sim: On 04/13/2012 08:27 AM, Cajus Pollmeier wrote: Hi, I'm using the python-qpid package to do some messaging. Sometime - especially after some time of inactivity, the exception LinkClosed is raised when sending a message: ... File

Re: What exactly does LinkClosed mean?

2012-04-17 Thread Gordon Sim
On 04/17/2012 08:40 AM, Cajus Pollmeier wrote: Am 16.04.2012 10:46, schrieb Gordon Sim: On 04/13/2012 08:27 AM, Cajus Pollmeier wrote: Hi, I'm using the python-qpid package to do some messaging. Sometime - especially after some time of inactivity, the exception LinkClosed is raised when

Re: What exactly does LinkClosed mean?

2012-04-17 Thread Cajus Pollmeier
Am 17.04.2012 10:07, schrieb Gordon Sim: On 04/17/2012 08:40 AM, Cajus Pollmeier wrote: Am 16.04.2012 10:46, schrieb Gordon Sim: On 04/13/2012 08:27 AM, Cajus Pollmeier wrote: Hi, I'm using the python-qpid package to do some messaging. Sometime - especially after some time of inactivity, the

Re: What exactly does LinkClosed mean?

2012-04-17 Thread Gordon Sim
On 04/17/2012 10:22 AM, Cajus Pollmeier wrote: Does an open sender stay open all the time if the underlying connection is configured with reconnect=True? Yes, unless the connection underneath it is lost. However in that case I would expect some warning in the qpidd log at least.

Bug in Java API- Queue will be made when creating the consumer

2012-04-17 Thread ParkiratBagga
Hi, In the Java FAQ, it is mentioned that queues get created as we create the consumer. I have observed the same behavior for in-memory queues and durable queue less than 500mb with persistence enabled. But, When I tried to create 2 queue with 3 consumer connections per queue with following

Re: Selective message acknowledgment in Java client (and C++ broker)?

2012-04-17 Thread Rajith Attapattu
I'm currently on vacation and has very limited access to email. Thanks Robbie for picking this up. Rajith On Sat, Apr 14, 2012 at 11:44 AM, Robbie Gemmell robbie.gemm...@gmail.comwrote: You probably want to try the 0.16 RCs or trunk if you are interested in using the client-side selector