Hi all!
I'm use apache-activemq-5.0-20070714.221601-25.zip
1) run
server: D:\apache-activemq-5.0-SNAPSHOT\bin\activemq.bat
2) run producer:
java org.apache.activemq.tool.ProducerTool tcp://10.10.129.73:61616
true TEST.TOPIC false 200000 1024
3) run consumer
java-Xmx64M -Xrunhprof:heap=sites
org.apache.activemq.tool.ConsumerTool tcp://10.10.129.73:61616 true
TESTTOPIC false
when the consumer got out of heap exception after received 70000 messages
, but there is no exception when using apache-activemq-4.1.1.
If I use Durable topic consumer , there is no exception.
If I use NO-Durable queue consumer, there is no exception.
If I use Durable queue consumer, there is no exception.
--
View this message in context:
http://www.nabble.com/No-Durable-topic-consumer-client-receive-message-got-out-of-heap-exception-tf4094301s2354.html#a11642115
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.