-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Improve IBM MQ docs and logging #4540
Conversation
0d29973
to
4d5b9c9
Compare
Codecov Report
|
ibm_mq/tests/README.md
Outdated
|
||
``` | ||
$ ddev env start ibm_mq py27-8 | ||
$ docker exec -it ibm_mq bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't that work though?
$ docker exec -it ibm_mq bash | |
$ docker exec -it ibm_mq runmqsc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it does, thx for the suggestion :)
Simplified the commands.
What does this PR do?
Improve IBM MQ docs and logging about channel status.
Motivation
I was investing why some channels where not reported.
The reason is that those channels where not used when the check was run, hence not reported.
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached