After going through the manual i realized that I was supposed to do that. I am changing my code right now and will update on the results
On Wed, Feb 20, 2013 at 12:32 PM, Steve Huston <[email protected]> wrote: > Do you ever close the Connection objects? > > > -----Original Message----- > > From: Rajesh Khan [mailto:[email protected]] > > Sent: Wednesday, February 20, 2013 2:01 PM > > To: [email protected] > > Subject: Failed to connect (reconnect disabled) issue > > > > Currently in my application (after a while) whenever I need to connect > to a > > different queue every time I do something like this: > > > > *connection = new Connection("localhost:5672"); connection.Open(); > > session = connection.CreateSession(); Sender sender = > > session.CreateSender("queue_name"); > > .......... > > .......... > > sender.Send(Message); > > sender.Close(); > > * > > Apparently after a while when I try to connect to a particular queue I > get the > > exception > > * Failed to connect (reconnect disabled)* > > > > I then have to restart my broker and application in order to resolve > this issue. > > Any suggestions on how I may resolve this issue , What might be causing > this > > issue?* > > > > * > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
