Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.31
-
None
Description
There is an NPE during session#unsubscribe if the created link is refused (i.e null source on response) but is detached without an error code:
java.lang.NullPointerException: null at org.apache.qpid.amqp_1_0.client.Receiver.<init>(Receiver.java:199) at org.apache.qpid.amqp_1_0.client.Receiver.<init>(Receiver.java:88) at org.apache.qpid.amqp_1_0.jms.impl.SessionImpl.unsubscribe(SessionImpl.java:641)