Uploaded image for project: 'AMQ Documentation'
  1. AMQ Documentation
  2. AMQDOC-2943

Customer feedback - Add a note to the auto create queue feature that disabling it broker wide could cause problems

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 7.2.1
    • 7.1.0
    • Broker DOC
    • None
    • Weeks 30, 31 (Jul 23 - Aug 3), Weeks 32, 33 (Aug 6 - 19), Weeks 34, 35 (Aug 20 - Sep 2)
    • Documentation (Ref Guide, User Guide, etc.)
    • +

      We've experienced a situation with a customer who disabled the auto create queues/addresses broker wide. In this case, the queues with prefix "activemq" failed to been created, leading to a bunch of WARN messages in the console an unexpected behaviors.

      It could be nice to add a note to the docs warning that we don't recommend turning auto creating queues off broker wide.

      As a workaround, they added the following to the `broker.xml` configuration file:

      <address-setting match="activemq.#">
                 ...
                  <auto-create-queues>true</auto-create-queues>
                  <auto-create-addresses>true</auto-create-addresses>
                 ...
       </address-setting>
      

              rhn-support-jmalloy Jennifer Malloy
              rhn-support-zanini Ricardo Zanini
              Michal Toth Michal Toth
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: