Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAML support for queue creation #109

Open
JamRamPage opened this issue Aug 7, 2024 · 0 comments
Open

YAML support for queue creation #109

JamRamPage opened this issue Aug 7, 2024 · 0 comments
Assignees

Comments

@JamRamPage
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant