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

OpenWire auto-created consumer queues are not marked as auto-created

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • OpenWire
    • None

    Description

      I noticed that in AMQConsumer line 256:

               session.getCoreSession().createQueue(new QueueConfiguration(queueName).setAddress(address).setFilterString(selector).setDurable(false).setTemporary(true).setInternal(internalAddress));
      

      We do not set the autoCreated flag, which does not make it eligible for deletion automatically unless auto-delete-created-queues is set to true (easy workaround, but maybe not technically necessary).

      Effectively we do not define any queues on startup and none of them end up being marked as auto-created for this reason.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Josh B Josh Byster
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: