Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-134

Temporary Topic Destinations broken (changed to Queue Destination)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1, 1.2
    • 2.0
    • 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

      {ID:dozer-3076-1100891655894-1:0}

      TD}ID:dozer-3076-1100891655894-8:0

      Peer two:
      org.codehaus.activemq.message.ActiveMQTemporaryQueue / TemporaryTopic-{TD

      {ID:dozer-3076-1100891655894-1:0}

      TD}ID:dozer-3076-1100891655894-8:0

      Attachments

        Activity

          People

            stewie Stewie
            nicolaiwadstrom Nicolai Wadstrom
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: