mq-golang
mq-golang copied to clipboard
Calling IBM MQ from Go applications
MQ 7.x
Is there a compatibility mode in this library that could make it usable with a MQ 7.2 instance ?
Hi, Could anyone please shed some light on the below? 1. I have a non-persistent message and I have the WAIT INTERVAL set to 6000 milliseconds. Not all messages are...
Please include the following information in your ticket. - Version information for MQ, mq-golang, Go compiler - A small code sample that demonstrates the issue. Hello There, I am referring...
mq-golang V5 my app run perfect in my local (MAC), when I try to deploy to DEV building Docker container it fails in that step: 19:26:19 Step 6/13 : RUN...
Hello Mark, I was wondering if at all possible to perhaps include the CLUSTER a queue belongs to per queue manager. We use Grafana and this exporter heavily at our...
Please include the following information in your ticket. - Version information for MQ, mq-golang, Go compiler **MQ** Name: IBM MQ Version: 9.3.4.1 Level: p934-001-231123 BuildType: IKAP - (Production) Platform: IBM...
Hello, When I run the go app, I get: /usr/lib64/libc.so.6: version `GLIBC_2.32' not found /usr/lib64/libc.so.6: version `GLIBC_2.34' not found Is there any way to run the go binary on a...
- Version information for MQ, mq-golang, Go compiler github.com/ibm-messaging/mq-golang-jms20 v1.10.0 github.com/ibm-messaging/mq-golang/v5 v5.3.2 - A small code sample that demonstrates the issue. ``` func TestMq(t *testing.T) { cf := mqjms.ConnectionFactoryImpl{ Hostname:...
MQRFH2 support can be added to this? Don't see in existing stuff.
I am running this lib in a openshift container envvironment (with a random user id) and I need to set the MCAUserIdentifier programmatically. Unfortunaltely this is not allowed by the...