Skip to content

Add support for custom attributes #123

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

spencer-cdw
Copy link

@spencer-cdw spencer-cdw commented May 21, 2025

Resolves #106

AI was used in the creation of this PR, however it has been tested and is working.

Additional testing welcome.

Requirements.txt

  - name: ibm_messaging.ibm_mq
    version: feature/106
    source: https://github.com/spencer-cdw/mq-ansible
    type: git

Playbook

    - name: Create a queue manager
      ibm_messaging.ibmmq.queue_manager:
        qmname: OMS_QM_POC
        data_dir: /mnt/omssoftware/mqha/WMQ/OMS_QM_POC/data
        log_dir: /mnt/omssoftware/mqha/WMQ/OMS_QM_POC/logs
        log_file_size: 8192
        log_primary: 200
        log_secondary: 200
        state: running

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

Successfully merging this pull request may close these issues.

Add capabilties to use crtmqm flags such as (-fs, -lp, -ls , -lc , -lf, -h, -u, -p)
1 participant