Details
Description
Getting the following output for each null returned by consumer->receive(timeout):
Pointer operator-> - Pointee is NULL. FILE: ./decaf/lang/Pointer.h, LINE: 257 FILE: activemq/core/ActiveMQConsumer.cpp, LINE: 1165 FILE: activemq/core/ActiveMQSessionExecutor.cpp, LINE: 141
When I connect the simple consumer to a broker with no messages available. Note simple consumer modified to use receive(long timeout) instead of setMessageListener(this) with a timeout of 6000.