Hi all,

We as team are planning to use active mq artemis 1.5.3 in a production
environment. While preparing our configuration, we stumbled along some
questions, that was not answered in the documentation. The questions are:
Do address-settings merge when multiple matchers match. EG would the
following queue with as name "jms.queue.queueName"  also get the settings
that match "#"?

Would the settings for the matcher "#" overwrite the settings for matcher
"jms.queue.queueName" or is this order dependent? 

Kind regards,
Jelmer v. Amen

Example configuration:

      <address-settings>
         <address-setting match="jms.queue.queueName">
           <redelivery-delay>5000</redelivery-delay>
         </address-setting>
         
         <address-setting match="#">
            <dead-letter-address>jms.queue.DLQ</dead-letter-address>
            <expiry-address>jms.queue.ExpiryQueue</expiry-address>
           
<message-counter-history-day-limit>10</message-counter-history-day-limit>
            <max-delivery-attempts>1</max-delivery-attempts>
            <redelivery-delay>0</redelivery-delay>
            <max-size-bytes>10485760</max-size-bytes>
            <page-size-bytes>5000000</page-size-bytes>
            <page-max-cache-size>1000</page-max-cache-size>
            <address-full-policy>PAGE</address-full-policy>
         </address-setting>
      </address-settings>




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Do-address-settings-merge-tp4724411.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to