Closed papoff8295 closed 1 year ago
For a start, you seem to be setting the ccdtUrl to the same as the ConnName. If you're got a CCDT, then you don't need a connname, and the setting should be a real URL, something like "http://
Thanks for the answer! I'll take a look! CCDT - I experimented .. tried different things
Mark, tell me please, what version of the library do you recommend to use for client and server 9.2?
The latest version should work fine
just found out that our related team has a server version of 7.5.(!!) Which version of the library do you recommend using?
I'd recommend updating the server.
This package has a minimum version of the MQ V8 client to compile, but even that is way out of support. Any client version OUGHT to be able to connect to that level of qmgr, but you might not be able to use TLS as there may not be any matching protocols/ciphers available. And other features like authentication will not be available either.
Thanks for the answer! close)
Hello! I have a temporal activity with ibm_mq go, deployed in a kubernetes. My client:
`func Start(ctx context.Context, sms dto.ErrorSms) error {
..... } return nil }`
And i get Error at ibmmq.Connx(qMgrName, cno) - "Error":"MQCONNX: MQCC = MQCC_FAILED [2] MQRC = MQRC_CONNECTION_BROKEN [2009] What am I doing wrong?