Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1, 1.2
-
None
-
None
-
Windows XP, 768MByte RAM, J2SE 1.5.0
Description
I have to peers that communicate using JMS, the first one creates a message, sets the JMSReplyTo to a temporary (Topic) Destination for the purpose and sends it to the Topic, the second peer receives the message and processes it and responds to the Temporary Topic Destination.
This all works with OpenJMS, but using ActiveMQ on the second peer the JMSReplyTo property is a QueueDestination and not a TopicDestination (although the name from toString().
Peer one:
org.codehaus.activemq.message.ActiveMQTemporaryTopic / TemporaryTopic-{TD
TD}ID:dozer-3076-1100891655894-8:0
Peer two:
org.codehaus.activemq.message.ActiveMQTemporaryQueue / TemporaryTopic-{TD
TD}ID:dozer-3076-1100891655894-8:0