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 | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Allowed Values | DROP PAGE BLOCK FAIL |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 10 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | -1 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | BYTES |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 0 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Unit | DAYS |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 5 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 10485760 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | BYTES |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 0 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | -1 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
redistribution-delay | LONG | false | true | -1 | Defines how long to wait when the last consumer is closed on a queue before redistributing any messages |
last-value-queue | BOOLEAN | false | true | false | Defines whether a queue only uses last values or not |
page-size-bytes | LONG | false | true | 10485760 | The paging size. |
address-full-policy | STRING | false | true | PAGE | Determines what happens when an address where max-size-bytes is specified becomes full. (PAGE, DROP or BLOCK) |
max-delivery-attempts | INT | false | true | 10 | Defines how many time a cancelled message can be redelivered before sending to the dead-letter-address |
max-size-bytes | LONG | false | true | -1 | The max bytes size. |
expiry-address | STRING | false | true | Defines where to send a message that has expired. | |
dead-letter-address | STRING | false | true | The dead letter address | |
page-max-cache-size | INT | false | true | 5 | The number of page files to keep in memory to optimize IO during paging navigation. |
redelivery-delay | LONG | false | true | 0 | Defines how long to wait before attempting redelivery of a cancelled message |
send-to-dla-on-no-route | BOOLEAN | false | true | 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. |
message-counter-history-day-limit | INT | false | true | 0 | Day limit for the message counter history. |