Description
Start up a subscriber when no messages are available and this NPE will eventually get logged:
2011-12-02 15:01:00,588 | WARN | Failed to browse Topic: xxx | org.apache.activemq.broker.region.Topic | ActiveMQ Broker[xxx] Scheduler
java.lang.NullPointerException
at org.apache.activemq.broker.region.policy.LastImageSubscriptionRecoveryPolicy.browse(LastImageSubscriptionRecoveryPolicy.java:63)
at org.apache.activemq.broker.region.Topic.browse(Topic.java:564)
at org.apache.activemq.broker.region.Topic$6.run(Topic.java:659)
at org.apache.activemq.thread.SchedulerTimerTask.run(SchedulerTimerTask.java:33)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
repeatedly every 30 seconds or so until a message is sent to the topic.
Attachments
Attachments
Issue Links
- depends upon
-
AMQ-3623 Add DefaultTestAppender utility abstract class
- Resolved