Hi all, I'm new to activeMQ so I apologize for the basic question. I am running an HA cluster of standalone AMQ brokers connected to a webapp running on jboss. I'm trying to figure out where to set the address settings (see example below). I've tried placing the settings config in standalone.xml and also activemq.xml. This guide (https://activemq.apache.org/artemis/docs/1.0.0/queue-attributes.html) says it goes in broker.xml, but I don't have a file by that name. Any help will be much appreciated. Thanks.
Wildfly 8.2 AMQ 5.13 <address-settings> <address-setting match="jms.queue.exampleQueue"> <dead-letter-address>jms.queue.deadLetterQueue</dead-letter-address> <max-delivery-attempts>3</max-delivery-attempts> <redelivery-delay>5000</redelivery-delay> <expiry-address>jms.queue.expiryQueue</expiry-address> <last-value-queue>true</last-value-queue> <max-size-bytes>100000</max-size-bytes> <page-size-bytes>20000</page-size-bytes> <redistribution-delay>0</redistribution-delay> <send-to-dla-on-no-route>true</send-to-dla-on-no-route> <address-full-policy>PAGE</address-full-policy> <slow-consumer-threshold>-1</slow-consumer-threshold> <slow-consumer-policy>NOTIFY</slow-consumer-policy> <slow-consumer-check-period>5</slow-consumer-check-period> <auto-create-queues>true</auto-create-queues> <auto-delete-queues>true</auto-delete-queues> </address-setting> </address-settings> -- View this message in context: http://activemq.2283324.n4.nabble.com/Standalone-ActiveMQ-address-settings-tp4707269.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.