ARTEMIS-1183 Delete empty "queue-attributes.html" doc page
This is a follow-up to ARTEMIS-780 Added section on latest address model
This commit is contained in:
parent
7e97dbd2e9
commit
9d685b6f2d
|
@ -31,7 +31,6 @@
|
||||||
* [Message Expiry](message-expiry.md)
|
* [Message Expiry](message-expiry.md)
|
||||||
* [Large Messages](large-messages.md)
|
* [Large Messages](large-messages.md)
|
||||||
* [Paging](paging.md)
|
* [Paging](paging.md)
|
||||||
* [Queue Attributes](queue-attributes.md)
|
|
||||||
* [Scheduled Messages](scheduled-messages.md)
|
* [Scheduled Messages](scheduled-messages.md)
|
||||||
* [Last-Value Queues](last-value-queues.md)
|
* [Last-Value Queues](last-value-queues.md)
|
||||||
* [Message Grouping](message-grouping.md)
|
* [Message Grouping](message-grouping.md)
|
||||||
|
|
|
@ -802,8 +802,8 @@ after the last consumer on a queue is closed before redistributing. By
|
||||||
default message redistribution is disabled.
|
default message redistribution is disabled.
|
||||||
|
|
||||||
Message redistribution can be configured on a per address basis, by
|
Message redistribution can be configured on a per address basis, by
|
||||||
specifying the redistribution delay in the address settings, for more
|
specifying the redistribution delay in the address settings. For more
|
||||||
information on configuring address settings, please see [Queue Attributes](queue-attributes.md).
|
information on configuring address settings, please see [Configuring Addresses and Queues via Address Settings](address-model.md#configuring-addresses-and-queues-via-address-settings).
|
||||||
|
|
||||||
Here's an address settings snippet from `broker.xml`
|
Here's an address settings snippet from `broker.xml`
|
||||||
showing how message redistribution is enabled for a set of queues:
|
showing how message redistribution is enabled for a set of queues:
|
||||||
|
|
|
@ -170,7 +170,7 @@ but instead pages messages to storage.
|
||||||
|
|
||||||
To configure an address with a maximum size and tell the server that you
|
To configure an address with a maximum size and tell the server that you
|
||||||
want to block producers for this address if it becomes full, you need to
|
want to block producers for this address if it becomes full, you need to
|
||||||
define an AddressSettings ([Configuring Queues Via Address Settings](queue-attributes.md)) block for the address and specify
|
define an AddressSettings ([Configuring Queues Via Address Settings](address-model.md#configuring-addresses-and-queues-via-address-setting)) block for the address and specify
|
||||||
`max-size-bytes` and `address-full-policy`
|
`max-size-bytes` and `address-full-policy`
|
||||||
|
|
||||||
The address block applies to all queues registered to that address. I.e.
|
The address block applies to all queues registered to that address. I.e.
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Address and Queue Attributes and Settings
|
|
||||||
|
|
Loading…
Reference in New Issue