RE: c# topic publisher and listener sessions dropped

2011-04-20 Thread Steve Huston
Hi Stephen, > I've read this thread with interest as I'm currently > evaluating QPid (via > MRG) for use within my organisation and one of the things > I've been unclear on is status of the C# client and it's > support under Mono. Forgive me if I've misunderstood but > would I be correct in co

Re: c# topic publisher and listener sessions dropped

2011-04-20 Thread StephenGale
-- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/c-topic-publisher-and-listener-sessions-dropped-tp6272182p6290573.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - Apa

RE: c# topic publisher and listener sessions dropped

2011-04-18 Thread Steve Huston
> Thanks Cliff. > I think at this point of our project it would be really > quite hard to change the messaging layer. Do you think it's > possible to substitute the Qpid c# library with other AMQP > 0.10 compliant libraries, like the client for RabbitMQ? The API is probably different but, more

Re: c# topic publisher and listener sessions dropped

2011-04-18 Thread fcolle
pache-qpid-users.2158936.n2.nabble.com/c-topic-publisher-and-listener-sessions-dropped-tp6272182p6283759.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - Apache Qpid - AMQP Messaging Implementation Pr

Re: c# topic publisher and listener sessions dropped

2011-04-17 Thread Cliff Jansen
he dotNet client on mono? > > > Anyways, It seems that the problem is solved by disabling the heartbeat > function. > > -- > View this message in context: > http://apache-qpid-users.2158936.n2.nabble.com/c-topic-publisher-and-listener-sessions-dropped-tp6272182p6275484

Re: c# topic publisher and listener sessions dropped

2011-04-15 Thread fcolle
nyone tried to use the dotNet client on mono? Anyways, It seems that the problem is solved by disabling the heartbeat function. -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/c-topic-publisher-and-listener-sessions-dropped-tp6272182p6275484.html Sent from the A

Re: c# topic publisher and listener sessions dropped

2011-04-14 Thread Cliff Jansen
> http://apache-qpid-users.2158936.n2.nabble.com/c-topic-publisher-and-listener-sessions-dropped-tp6272182p6273490.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > - > Apache Qpid - AMQP

RE: c# topic publisher and listener sessions dropped

2011-04-14 Thread fcolle
pache-qpid-users.2158936.n2.nabble.com/c-topic-publisher-and-listener-sessions-dropped-tp6272182p6273490.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - Apache Qpid - AMQP Messaging Implementation Project:

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 p

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

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
om/c-topic-publisher-and-listener-sessions-dropped-tp6272182p6272603.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Us

RE: c# topic publisher and listener sessions dropped

2011-04-14 Thread Steve Huston
Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: fcolle [mailto:fco...@tiscali.it] > Sent: Thursday, April 14, 2011 6:02 AM > To: users@qpid.apache.org > Subject: c# topic publisher and listener sessions dropped > > &g

c# topic publisher and listener sessions dropped

2011-04-14 Thread fcolle
nsole.WriteLine("Shutting down listener for " + m.DeliveryProperties.GetRoutingKey()); Listener._count--; // Acknowledge all the received messages _session.MessageAccept(_range); lock (_session) {