PAGE
BLOCK
FAIL
auto-create-jms-queues Determines whether ActiveMQ should automatically create a JMS queue corresponding to the address-settings match when a JMS producer or a consumer is tries to use such a queue. Attribute | Value |
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
auto-delete-jms-queues Determises Whether ActiveMQ should automatically delete auto-created JMS queues when they have no consumers and no messages. Attribute | Value |
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
dead-letter-address The dead letter address Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
expiry-address Defines where to send a message that has expired. Attribute | Value |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
expiry-delay Defines the expiration time that will be used for messages using the default expiration time Attribute | Value |
Default Value | -1 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
last-value-queue Defines whether a queue only uses last values or not Attribute | Value |
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
max-delivery-attempts Defines how many time a cancelled message can be redelivered before sending to the dead-letter-address Attribute | Value |
Default Value | 10 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
max-redelivery-delay Maximum value for the redelivery-delay (in ms). Attribute | Value |
Default Value | 0 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
max-size-bytes The max bytes size. Attribute | Value |
Default Value | -1 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | BYTES |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
message-counter-history-day-limit Day limit for the message counter history. Attribute | Value |
Default Value | 0 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Unit | DAYS |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
page-max-cache-size The number of page files to keep in memory to optimize IO during paging navigation. Attribute | Value |
Default Value | 5 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
page-size-bytes The paging size. Attribute | Value |
Default Value | 10485760 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | BYTES |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
redelivery-delay Defines how long to wait before attempting redelivery of a cancelled message Attribute | Value |
Default Value | 0 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
redelivery-multiplier Multiplier to apply to the redelivery-delay parameter Attribute | Value |
Default Value | 1.0 |
Type | DOUBLE |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
redistribution-delay Defines how long to wait when the last consumer is closed on a queue before redistributing any messages Attribute | Value |
Default Value | -1 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
send-to-dla-on-no-route 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. Attribute | Value |
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
slow-consumer-check-period How often to check for slow consumers on a particular queue. Attribute | Value |
Default Value | 5 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MINUTES |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
slow-consumer-policy Determine what happens when a slow consumer is identified. Attribute | Value |
Default Value | NOTIFY |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Allowed Values | KILL NOTIFY |
slow-consumer-threshold The minimum rate of message consumption allowed before a consumer is considered slow. Attribute | Value |
Default Value | -1 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |