Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-3828 Doc: AMQ 7 Operator - Provide way to modify address parameters
  3. ENTMQBR-3444

Doc: AMQ 7.x on OpenShift: Expose address-full-policy to have values as PAGE, DROP and FAIL.

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • AMQ 7.7.0.OPR.2.GA
    • AMQ 7.5.0.GA, AMQ 7.4.1.GA, AMQ 7.6.0.GA
    • documentation
    • None

      Customer requirement:

      I have memory issue for the broker: page-size-bytes reaches the limit and start paging.
      Reading documentation https://activemq.apache.org/components/artemis/documentation/1.1.0/paging.html seems that "
      Instead of paging messages when the max size is reached, an address can also be configured to just drop messages when the address is full."

      How to apply that configuration on AMQ Broker running in Openshift?

      <address-settings>
      <address-setting match="jms.someaddress">
      <max-size-bytes>104857600</max-size-bytes>
      <page-size-bytes>10485760</page-size-bytes>
      <address-full-policy>DROP</address-full-policy>


      </address-setting>
      </address-settings>

            jbyrne@redhat.com John Byrne
            jbyrne@redhat.com John Byrne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: