Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
5.2.0
-
None
-
None
-
WinXP,
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
Description
Using two topic durable subscribers which consume every odd message and recover their session if message number is even one of the durable subscriper after couple hundred messages get stuck and java.lang.NullPointerException is shown on provider console.
Reproducing steps:
1. start amq server using default configuration.
2. run TopicRedeliver.
3. run TopicProducer.
Discovered during test of https://issues.apache.org/activemq/browse/AMQ-1797 .
See attached logs and java files.
Attachments
Attachments
Issue Links
- relates to
-
AMQ-3236 In the case of DLQ processing due to an exception from onMessage, provide the exception string as a message property
- Resolved