ibm-messaging / mq-golang

Calling IBM MQ from Go applications
Apache License 2.0
168 stars 60 forks source link

Channel data and header compression availability in Golang API #137

Closed llorephie closed 4 years ago

llorephie commented 4 years ago

https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.ref.con.doc/q081840_.htm

Are there any plans for support channel data and message compression? Currently all MQCD related fields set to NOT_AVAILABLE: https://github.com/ibm-messaging/mq-golang/blob/master/ibmmq/mqiMQCD.go

ibmmqmet commented 4 years ago

I'll probably add it to the next update of the package. It wasn't something that had been asked for before.

llorephie commented 4 years ago

Thanks in advance!