Description
If KahaDB subscription statistics have been enabled (off by default) then it's possible to get a null pointer exception if updateMessage() is called on the message store. This occurs if the destination is a Queue as there is not a proper null pointer check done for ackPositions which only exists when using a Topic.