Skip to content

Conversation

ibmmqmet
Copy link
Collaborator

@ibmmqmet ibmmqmet commented Oct 2, 2025

  • change to use ibmmq package (import "...as mq" for readability)
  • misuse of MQI - including trying to pass MQOO options to MQCONNX
    • Ensure SYNC or NOSYNC used explicitly
  • comments cleaned up and docstrings added
    • typos
  • reduce logging verbosity
    • but also make what is logged more useful
  • consistency - in particular use of single/double quotes
  • pass flake8 & pylint with minimal exclusions
  • basicresponse:
    • to take account of MQRO values
    • actually syncpoint the put, not just get
    • respect ReplyToQMgr
  • Use CSP everywhere
  • Rewrite the README
  • Add ability to use alternative config file

Fix pylint reports
Fix flake8 issues
Move to "ibmmq" package
Fix errors in use of MQI - eg MQOO options sent to MQCONNX
Actually add the sync option for the responder
@chughts chughts self-requested a review October 3, 2025 09:20
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.

2 participants