Turns on/off cleanup of the message queues
Defines cleanup pattern for the name of the queue which should be removed during cleanup processing
Optional
clusterQueue cluster instances, if MQ should be clustered
Optional
clusterArray of cluster managers used to handle cluster operations. Any manager implements specific cluster server detection.
Optional
hostMessage queue network host
Optional
idMessage queue network unique identifier, optional property
Optional
loggerLogger defined to be used within message queue in runtime
Optional
passwordMessage queue password
Optional
portMessage queue network port
Optional
prefixMessage queue global key prefix (namespace)
Optional
safeEnables/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.
Optional
safeTime-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.
Optional
useA way to serialize message using compression. Will increase load to worker process but can decrease network traffic between worker and queue host application
Optional
usernameMessage queue username
Optional
vendorMessage queue vendor
Optional
watcherWatcher check delay period. This is used by a queue watcher agent to make sure at least one watcher is available for queue operations.
Message queue options