If by AMQ you mean Artemis and its standalone then yes the address 
settings should go in the broker.xml file
On 09/02/16 03:40, mhemple [via ActiveMQ] wrote:
> 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>
>
> ------------------------------------------------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://activemq.2283324.n4.nabble.com/Standalone-ActiveMQ-address-settings-tp4707269.html
>
> To start a new topic under ActiveMQ - User, email
> ml-node+s2283324n2341805...@n4.nabble.com
> To unsubscribe from ActiveMQ - User, click here
> <http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2341805&code=YW5keS50YXlsczY3QGdtYWlsLmNvbXwyMzQxODA1fC05MDE1NDk1MzM=>.
> NAML
> <http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>





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

Reply via email to