Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-6525

Allow temporary queue name prefix to be specified by the Broker

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • qpid-java-6.0
    • Broker-J, JMS AMQP 0-x
    • None

    Description

      To support federation, temporary queue names need to be addressable from anywhere (within a federated space). For instance, I need to be able to forward a message containing a temporary reply-to: to an application connected to a different Broker, and that application needs to be able to successfully reply using that address.

      The Broker should be changed so that it sends a connection server property - a temporary queue prefix - during connection negotiation. The client should prepend this name to the name formed in the existing manner (i.e.temporary queue prefix + "TempQueue" + randomUUID . . It should be legal for the Broker not to send the new property, or for the property to be null or empty. In which case the name should be formed as today.

      Attachments

        Activity

          People

            rgodfrey Robert Godfrey
            lorenz.quack Lorenz Quack
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: