An address setting defines some attributes that are defined against an address wildcard rather than a specific queue.
Attribute | Value |
---|---|
Default Value | PAGE |
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 10 |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | -1 |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 0 |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 5 |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 10485760 |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 0 |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | -1 |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
address-full-policy | STRING | false | false | Determines what happens when an address where max-size-bytes is specified becomes full. (PAGE, DROP or BLOCK) | |
dead-letter-address | STRING | false | false | The dead letter address | |
last-value-queue | BOOLEAN | false | false | Defines whether a queue only uses last values or not | |
max-delivery-attempts | INT | false | false | Defines how many time a cancelled message can be redelivered before sending to the dead-letter-address | |
max-size-bytes | INT | false | false | The max bytes size. | |
message-counter-history-day-limit | INT | false | false | Day limit for the message counter history. | |
expiry-address | STRING | false | false | Defines where to send a message that has expired. | |
redelivery-delay | INT | false | false | Defines how long to wait before attempting redelivery of a cancelled message | |
redistribution-delay | LONG | false | false | Defines how long to wait when the last consumer is closed on a queue before redistributing any messages | |
page-max-cache-size | INT | false | false | The number of page files to keep in memory to optimize IO during paging navigation. | |
page-size-bytes | LONG | false | false | The paging size. | |
send-to-dla-on-no-route | BOOLEAN | false | false | If this parameter is set to true for that address, if the message is not routed to any queues it will instead be sent to the dead letter address (DLA) for that address, if it exists. |