Re: Durable queues not surviving broker re-start

2011-04-14 Thread Paul Colby
On 14/04/2011 7:23 PM, Gordon Sim wrote: On 04/14/2011 12:46 AM, Paul Colby wrote: Hi guys, I'm probably missing something here, and/or not understanding what "durable" queues are. If I do the following: 1. start a C++ broker via: qpidd --auth no You need a store plugin loaded. There is one

Re: c# topic publisher and listener sessions dropped

2011-04-14 Thread Cliff Jansen
Try these two: http://qpid.apache.org/books/0.8/Programming-In-Apache-Qpid/html/ch05.html http://qpid.apache.org/books/0.8/Programming-In-Apache-Qpid/html/ch04.html The former currently enjoys the most active support within Qpid and gains synergy from the Qpid messaging API work in some of

RE: c# topic publisher and listener sessions dropped

2011-04-14 Thread fcolle
Today I've tried to download the svn trunk but I had problems, so I found a tar of the 0.10 beta version and made a fast check. It seems that the problem is still there, but I don't know if that package had the version you are refering to. Anyways, I made some modifications in the c# client source

RE: c# topic publisher and listener sessions dropped

2011-04-14 Thread Steve Huston
> -Original Message- > From: fcolle [mailto:fco...@tiscali.it] > Sent: Thursday, April 14, 2011 11:15 AM > To: users@qpid.apache.org > Subject: Re: c# topic publisher and listener sessions dropped > > > Many thanks! > Anyways, this is REALLY a HUGE bug! I am planning to use Qpid > in a

Re: c# topic publisher and listener sessions dropped

2011-04-14 Thread fcolle
Many thanks! Anyways, this is REALLY a HUGE bug! I am planning to use Qpid in a production environment, but this problem seems really a pain to me... -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/c-topic-publisher-and-listener-sessions-dropped-tp6272182p6273198.h

Re: c# topic publisher and listener sessions dropped

2011-04-14 Thread Gordon Sim
On 04/14/2011 01:37 PM, fcolle wrote: I'm using the client for AMQP0-10 contained in the library from Qpid 0.8. I'll try to download the latest revision of the client from repository. Could you please link me to those similar posts? Thanks :) http://apache-qpid-users.2158936.n2.nabble.com/Conne

RE: c# topic publisher and listener sessions dropped

2011-04-14 Thread fcolle
I'm using the client for AMQP0-10 contained in the library from Qpid 0.8. I'll try to download the latest revision of the client from repository. Could you please link me to those similar posts? Thanks :) -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/c-topic-pub

RE: c# topic publisher and listener sessions dropped

2011-04-14 Thread Steve Huston
There was some recent discussion very similar to this on the group. Are you by any chance using the pre-0.10 .NET client? If so, I recommend you stop, wait for Qpid 0.10 (which should be released shortly) and use the new .NET bindings. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle

Re: EXTERNAL authentication and peer certificates

2011-04-14 Thread Gordon Sim
On 04/13/2011 07:36 PM, Jakub Scholz wrote: Hi Gordon, Thanks for your answer. What are you describing is the situation, when I load only the CA certificate into the certificate database and I authenticate the client certificates only against the CA certificate. However, I don't like this soluti

c# topic publisher and listener sessions dropped

2011-04-14 Thread fcolle
Hello! I'm using c# client to connect to a qpid c++ broker for publishing and receiving messages on a topic (amq.topic). Unfortunately, both publisher and listener sessions/connections are dropped after 3-5 minutes. No exceptions or events are generated by the c# client, so I wonder how to handle

Re: Durable queues not surviving broker re-start

2011-04-14 Thread Gordon Sim
On 04/14/2011 12:46 AM, Paul Colby wrote: Hi guys, I'm probably missing something here, and/or not understanding what "durable" queues are. If I do the following: 1. start a C++ broker via: qpidd --auth no You need a store plugin loaded. There is one on trunk for windows, but for linux at p