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

Java client needs to implement the Delete option in address string

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.8
    • 0.10
    • JMS AMQP 0-x
    • None

    Description

      The address syntax defines a delete option with 4 possible values -

      {always, receiver, sender, never}

      .
      The default value is 'never'.

      if delete = 'always' or delete = 'sender', then when a sender is closed it should delete the queue.
      if delete = 'always' or delete = 'receiver', then when a receiver is closed it should delete the queue.

      Please note that the client will delete the queue irrespective of whether there are consumers on the queue or not.
      Also it will not take into account whether the queue is empty or not.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: