The reconnect option IS available in Qpid 0.6, as well as reconnect_interval and reconnect_timeout. However the heartbeat option is not available. and as I mentioned, the reconnection works only for the first time trying to connect, and not when the connection is lost after the the connection is established the first time.
Thanks, Sam On Thu, Dec 23, 2010 at 2:41 PM, Ted Ross <tr...@redhat.com> wrote: > On 12/22/2010 03:05 PM, qpid user 2 wrote: > >> Thanks Chuck, >> >> The root cause of the issue I am facing is similar to the one mentioned in >> the Jira you linked me to. I managed to make my sending procedure >> indifferent from the status of the connection using a synchronization of >> the >> messages and connection. My problem is that further on, options for >> maintaining back the connection is limited. If the connection to the >> broker >> is lost, ("reconnect" option is true), the connection.Open() call does not >> return properly and the reconnection process get stocked. Also >> particularly >> the .IsOpen member does not reflect correct connection status in some >> cases. >> Is this a known issue? >> >> I am using Qpid 0.6. >> > > The .NET bindings with the reconnect option were not available in Qpid 0.6. > > -Ted > > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:users-subscr...@qpid.apache.org > >