NPE in Receiver$1.remoteDetached() with AMQP 1.0 and Service Bus

2014-02-24 Thread Jan Bares
Hi, I am testing QPID Java JMS client 0.26 against Microsoft Service Bus. I run queue consumer in one process, consumes messages. In another process I run publisher, publisher produces 1 small messages. Approximately at the time producer finishes its work, I get NPE in consumer. The

Re: NPE in Receiver$1.remoteDetached() with AMQP 1.0 and Service Bus

2014-02-24 Thread Rob Godfrey
Hi Jan, are you sure you are using version 0.26 of the client? Looking at your stack trace I can see SessionEndpoint.detachLinks() calling SessionEndpoint.detach() from line 192 of SessionEndpoint. This seems to be an instance of this defect: https://issues.apache.org/jira/browse/QPID-5206 for

RE: NPE in Receiver$1.remoteDetached() with AMQP 1.0 and Service Bus

2014-02-24 Thread Jan Bares
You are right, this was 0.24, with 0.26 the problem is solved. I am sorry for bothering you, Jan -Original Message- From: Rob Godfrey [mailto:rob.j.godf...@gmail.com] Sent: Monday, February 24, 2014 4:56 PM To: users@qpid.apache.org Subject: Re: NPE in Receiver$1.remoteDetached()