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

Temp queues created when receiving from an exchange are not deleted.

    XMLWordPrintableJSON

Details

    Description

      In the new addressing scheme, when you subscribe to an exchange a temp queue is created for the subscriber.
      The queue deletion depends on the reliability mode.

      If reliability mode is "unreliable" or "at-most-once" then the queue should be created with auto-delete=true.
      If reliability mode is "at-least-once" then the queue should set auto-delete=false, and the queue will only be deleted if the client app invokes consumer.close().
      If x-declare properties include auto-delete=true, then the reliability mode is ignored.

      Attachments

        Issue Links

          Activity

            People

              rajith Rajith Muditha Attapattu
              rajith Rajith Muditha Attapattu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: