You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A queue manager is service that hosts MQ queues and channels. The queue manager ensures messages are processed from the right queue or routes requests to another queue manager.
Usage
module"queue_manager" {
source="terraform-ibm-modules/mq-cloud/ibm//modules/queue-manager"version="X.X.X"# Replace "X.X.X" with a release version to lock into a specific releasedisplay_name="queue-manager"location="22222222-2222-2222-2222-222222222222"# Location from MQ on Cloud deployment instancename="qm"service_instance_crn="crn:<...>"# MQ on Cloud deployment instance crnsize="xsmall"queue_manager_version="9.4.0_3"
}