Defines cleanup pattern for the name of the queue which should be removed during cleanup processing
Queue cluster instances, if MQ should be clustered
Message queue network host
Logger defined to be used within message queue in runtime
Message queue network port
Message queue global key prefix (namespace)
Enables/disables safe message delivery. When safe message delivery is turned on it will use more complex algorithm for message handling by a worker process, guaranteeing that if worker fails the message will be delivered to another possible worker anyway. In most cases it is not required unless it is required by a system design.
Time-to-live of worker queues (after this time messages are back to main queue for handling if worker died). Only works if safeDelivery option enabled.
A way to serialize message using compression. Will increase load to worker process but can decrease network traffic between worker and queue host application
Message queue vendor
Watcher check delay period. This is used by a queue watcher agent to make sure at least one watcher is available for queue operations.
Turns on/off cleanup of the message queues
{boolean}