Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Timothy Bish
On Mon, 2012-04-09 at 14:38 -0600, Chris Robison wrote: > I tried the release candidate. Still exhibits the same behavior. Best thing to do is to create an NUnit test that demonstrates the issue and attach it to a new Jira issue. > > On Mon, Apr 9, 2012 at 2:25 PM, Chris Robison wrote: > > > J

Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
>From what it looks like in the log, after I attempt send to a non-existent temp queue, the transport mechanism gets shutdown, which would probably explain why the send() method is hanging. Is there any other way to check if a temp queue exists other than try to send to it? Chris On Mon, Apr 9, 2

Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
I tried the release candidate. Still exhibits the same behavior. On Mon, Apr 9, 2012 at 2:25 PM, Chris Robison wrote: > Just in case this helps you further, I implemented a tracer. Attached is > the log output from that. > > Chris > > > On Mon, Apr 9, 2012 at 2:21 PM, Timothy Bish wrote: > >> On

Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
Just in case this helps you further, I implemented a tracer. Attached is the log output from that. Chris On Mon, Apr 9, 2012 at 2:21 PM, Timothy Bish wrote: > On Mon, 2012-04-09 at 16:10 -0400, Chris Robison wrote: > > More on the issue. I'm noticing that if I don't attempt to reply to > > mess

Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Timothy Bish
On Mon, 2012-04-09 at 16:10 -0400, Chris Robison wrote: > More on the issue. I'm noticing that if I don't attempt to reply to > messages that the messages will be consumed just fine, however, as soon as > I try to reply to a message, if the temp queue doesn't exist, something is > causing that mes

Re: NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
More on the issue. I'm noticing that if I don't attempt to reply to messages that the messages will be consumed just fine, however, as soon as I try to reply to a message, if the temp queue doesn't exist, something is causing that message to not get acknowledged. I'm catching all exception. I also

NMS client disconnected when temp queue doesn't exist

2012-04-09 Thread Chris Robison
I have a windows service that is long running, listening to messages from a particular queue. This windows service replies to messages off the queue. Right now, if there are old messages on the queue, there is a good change the temp queue set in the message no longer exists and it appears as though