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

Adding support for basic MQ 8.02 functionality #19

Closed
wants to merge 1 commit into from
Closed

Adding support for basic MQ 8.02 functionality #19

wants to merge 1 commit into from

Conversation

mwallace582
Copy link

Hi Dariusz,

I saw that pymqi didn't support a version of MQ greater than 7.5, and I needed it to work with 8.02 for a project that I am working on. I've made some simple additions to support basic functionality on 8.02. I'm not an expert with MQ, but I've verified that these changes are sufficient to allow MQCONNX, MQOPEN, MQPUT, MQGET, MQCLOSE and MQDISC to function properly. Please let me know if you'd like to see any changes.

-Matthew

@hjoukl
Copy link
Contributor

hjoukl commented Oct 6, 2015

pymqi now supports MQ 8:

From the changelog:

1.5 (2015-09-18)
    Added MQ 8.0.x compatibility
    Added the ability to connect to MQ 8.0+ queue managers with username/password credentials
    Moved code to a top-level ‘pymqi’ package

Best,
Holger

@mwallace582
Copy link
Author

Thanks for letting me know. I'll close my pull request now.

@mwallace582 mwallace582 closed this Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants