Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Incomplete
-
5.6.0
-
None
-
MQ Server:
SUSE Linux Enterprise Server 11 (x86_64)、Java(TM) SE Runtime Environment (build 1.6.0_26-b03)、Intel(R) Xeon(R) CPU E5506 @ 2.13GHz、MemTotal: 12190692 kB、jvm parameter[java -Xms256M -Xmx256M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Djava.util.logging.config.file=logging.properties -Dcom.sun.management.jmxremote]MQ Server: SUSE Linux Enterprise Server 11 (x86_64)、Java(TM) SE Runtime Environment (build 1.6.0_26-b03)、Intel(R) Xeon(R) CPU E5506 @ 2.13GHz、MemTotal: 12190692 kB、jvm parameter [java -Xms256M -Xmx256M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Djava.util.logging.config.file=logging.properties -Dcom.sun.management.jmxremote]
Description
I used two computers: A and B.
Computer A run the MQ Server 5.6.0 release.
ConsumerA in computer A is consuming messages with a listener callbacks.
ProducerA in computer A set timeToLive while sending a JMS message to the MQ Server.
Then consumerA recieve the message from producerA correctly.
But after ProducerB in computer B sending a JMS message to the MQ Server with setting timeToLive,consumerA cann't recieve the message from producerB correctly.