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

Add Reconnect CNO options and MQRC codes from 2543 to 2600 #118

Merged
merged 1 commit into from
Jun 25, 2019
Merged

Add Reconnect CNO options and MQRC codes from 2543 to 2600 #118

merged 1 commit into from
Jun 25, 2019

Conversation

chughts
Copy link
Contributor

@chughts chughts commented Jun 25, 2019

RE - #116 and #55

Reconnect CNO Options -

MQCNO_RECONNECT_AS_DEF = 0x00000000
MQCNO_RECONNECT = 0x01000000
MQCNO_RECONNECT_DISABLED = 0x02000000
MQCNO_RECONNECT_Q_MGR = 0x04000000

Have been added.

Whilst testing the reconnect we noticed some WTF error codes. Looking at the list a set from MQRC 2543 to 2600 were missing. These are included in this pull request. We crossed reference against the GO implementation - https://github.com/ibm-messaging/mq-golang/blob/master/ibmmq/cmqc_darwin.go

@dsuch dsuch merged commit d24a870 into dsuch:master Jun 25, 2019
@chughts chughts deleted the recon-updates branch June 25, 2019 11:13
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