Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-21079

Address Setting Attributes are incorrectly documented

    XMLWordPrintable

Details

    • Documentation
    • Resolution: Obsolete
    • Minor
    • None
    • 7.3.2.GA
    • ActiveMQ
    • False
    • False
    • Undefined

    Description

      In the address setting attributes for the messaging subsystem, the auto-create-queues is false by default but it is mentioned as true in the documentation

      auto-create-queues
      
      Determines whether the broker should automatically create a queue when a message is sent or a consumer tries to connect to a queue whose name fits the address match. Queues that are auto-created are durable, non-temporary, and non-transient. The default is true.
      

      The default attributes:

      [standalone@localhost:9990 /] /subsystem=messaging-activemq/server=default/address-setting=#:read-resource(include-runtime=true)
      {
          "outcome" => "success",
          "result" => {
              "address-full-policy" => "PAGE",
              "auto-create-addresses" => true,
              "auto-create-jms-queues" => false,
              "auto-create-queues" => false,
              "auto-delete-addresses" => true,
              "auto-delete-jms-queues" => false,
              "auto-delete-queues" => false,
              "dead-letter-address" => "jms.queue.DLQ",
              "expiry-address" => "jms.queue.ExpiryQueue",
              "expiry-delay" => -1L,
              "last-value-queue" => false,
              "max-delivery-attempts" => 10,
              "max-redelivery-delay" => 0L,
              "max-size-bytes" => 10485760L,
              "message-counter-history-day-limit" => 10,
              "page-max-cache-size" => 5,
              "page-size-bytes" => 2097152,
              "redelivery-delay" => 0L,
              "redelivery-multiplier" => 1.0,
              "redistribution-delay" => -1L,
              "send-to-dla-on-no-route" => false,
              "slow-consumer-check-period" => 5L,
              "slow-consumer-policy" => "NOTIFY",
              "slow-consumer-threshold" => -1L
          }
      }
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-adongre Avinash Dongre
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: