Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-4346

<auto-create-jms-queues> and <auto-create-jms-topics> are no longer effective

XMLWordPrintable

      • <auto-create-jms-queues> and <auto-create-jms-topics> are no longer effective.
        • These options are deprecated, and <auto-create-queues> should be used instead.
        • However, as far as I read the source code, <auto-create-jms-queues> and <auto-create-jms-topics> seem to be ignored.
      • [What we should do]
        • Those options should be deleted from the default broker.xml
        • And we should document that <auto-create-jms-queues> and <auto-create-jms-topics> no longer work, or remove them from the documentation
      • Because a user is confused by the presence of both option in the default broker.xml as below:
        • The customer is wondering if such similar options could cause inconsistencies.
        • For example, what if I set <auto-create-queues> to “false", but leave <auto-create-jms-queues> and <auto-create-jms-topics> “true" unknowingly?
          ~~~
          <auto-create-queues>true</auto-create-queues>
          ...
          <auto-create-jms-queues>true</auto-create-jms-queues>
          <auto-create-jms-topics>true</auto-create-jms-topics>
          ~~~

              rhn-support-jbertram Justin Bertram
              rhn-support-tyamashi Tomonari Yamashita
              Oleg Sushchenko Oleg Sushchenko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: