kafka-connect-mq-sink
kafka-connect-mq-sink copied to clipboard
This repository contains a Kafka Connect sink connector for copying data from Apache Kafka into IBM MQ.
Hello! I have 2 points here: 1. I'd like to know if there a way to send a message to a IBM MQ queue using a different encode (like "IBM500")....
According to the website: [jms encoding](https://www.ibm.com/docs/en/ibm-mq/7.5?topic=conversion-jms-client-message-encoding) "An application can override the destination character set by setting the message property JMS_IBM_CHARACTER_SET. JMS_IBM_CHARACTER_SET, when sending a message must be a numeric coded...
# Description Release MQ v2 sink connector under apache 2.0 license. Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix...
I see that it have implemented [ReplyToQ](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097660_.html) and [ReplyToQMgr](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097670_.html) (https://github.com/ibm-messaging/kafka-connect-mq-sink/issues/19). Is that possible to user other fields like [Report](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097680_.html), [MsgType](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097570_.html), [Persistence](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097600_.html), [CodedCharSetId](https://www.ibm.com/docs/en/SSFKSJ_9.4.0/refdev/q097460_.html) and how do I use then?
# Description The docker build on main currently fails. The kafka 3.4.1 release has been moved to their archive domain, so we can pull the tarball from there. ``` >...
Maven build is failing on the IBM MQ Sink connector.
Hello, We are using "Kafka connect mq sink" for sending message from AWS MSK Topic to MQ Manager (WebSphere MQ Ver: 7.5.0.6). The connector deployed in ECS Fargate. We are...