mq-ansible icon indicating copy to clipboard operation
mq-ansible copied to clipboard

YAML support for queue creation

Open JamRamPage opened this issue 6 months ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, the YAML input to the queue_manager module provides only the capability to create and manage QMGRs directly, and input MQSC for further configuration. For a test system, creating a few simple queues would require writing out MQSC to create them.

Describe the solution you'd like It would be good if we could specify a queue object in the YAML input to be created on a queue manager. Our module will recognise this and run the appropriate MQSC to create the queue (as well as the QMGR according to the situation). image

Describe alternatives you've considered N/A

Additional context Further extensions would allow for other objects (channels, etc) to be created, along with appropriate attributes, reducing the need for MQSC files - helpful if the user has less understanding of MQSC.

JamRamPage avatar Aug 07 '24 14:08 JamRamPage