mq-golang icon indicating copy to clipboard operation
mq-golang copied to clipboard

Calling IBM MQ from Go applications

Results 15 mq-golang issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When using the IBM MQ Golang library, I have two mainframe queues configured on the same channel and connection. With `WaitInterval` set to `-1`, my consumer is...

Using version v5.6.2 - The error came from the doConnect function call in the processMetrics function - Suspicion is that the [error is being returned and the connection is closed...

Hi, I want to use "github.com/panjf2000/ants/v2" goroutine pool. Should I share MQObject in ants pool or create a single MQObject in every goroutine? Does MQObject.Put() support goroutine concurrency? Thanks very...

Hi @ibmmqmet , For pmo.Options as **ibmmq.MQPMO_SET_ALL_CONTEXT**, when I put a message through my app, it's showing no values for put date/time on MQ explorer. However the message put date/time...

Hello, My environment is MacOS arm 64. Go 1.23.0, mq-golang 5.6.1. My application works fine with 5.6.0. My application connects to many queue managers and concurrently get messages from queues....