[
https://issues.apache.org/activemq/browse/AMQ-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Davies resolved AMQ-1325.
-----------------------------
Fix Version/s: 5.1.0
(was: 5.2.0)
Resolution: Fixed
> No-Durable topic consumer client receive message got out of heap exception
> --------------------------------------------------------------------------
>
> Key: AMQ-1325
> URL: https://issues.apache.org/activemq/browse/AMQ-1325
> Project: ActiveMQ
> Issue Type: Bug
> Components: JMS client
> Affects Versions: 5.0.0
> Environment: Window XP SP2 JDK1.5.0.11
> Reporter: lixiang.gao
> Assignee: Rob Davies
> Fix For: 5.1.0
>
>
> 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
> TEST.TOPIC 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.