Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-1313

getAddresses in PostOfficeImpl does not correctly return all addresses

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.0
    • None
    • None

    Description

      This is due to SimpleAddressManager only returns address's with bindings (queues attached) as such if you have an Address with no queues this does not return the address.

      @Override
      public Set<SimpleString> getAddresses()

      { Set<SimpleString> addresses = new HashSet<>(); addresses.addAll(mappings.keySet()); return addresses; }

      Attachments

        1. Screen Shot 2017-08-01 at 08.19.25.png
          349 kB
          Michael Andre Pearce

        Issue Links

          Activity

            People

              Unassigned Unassigned
              michael.andre.pearce Michael Andre Pearce
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: