Skip to content

Commit d4dd71f

Browse files
updated config file with latest version
1 parent 8fe16a7 commit d4dd71f

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

connect/connect-ibm-mq-sink/config-io.confluent.connect.jms.IbmMqSinkConnector.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"key.converter.converter.encoding": "UTF-8",
1818
"key.converter.converter.type": "",
1919
"mq.channel": "",
20+
"mq.connection.list": "STRING",
2021
"mq.destination.suppress.rfh2": "false",
21-
"mq.hostname": "",
22+
"mq.hostname": "STRING",
2223
"mq.password": "[hidden]",
2324
"mq.port": "1414",
2425
"mq.queue.manager": "",

connect/connect-ibm-mq-sink/config-io.confluent.connect.jms.IbmMqSinkConnector.txt

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,31 @@ IBM MQ Connection
33
==========================
44
🔘 mq.hostname
55

6-
The hostname of the IBM MQ broker.
76

8-
- Type: STRING
9-
- Default: null
10-
- Importance: HIGH
11-
- Required: true
7+
8+
- Type: false
9+
- Default: STRING
10+
- Importance: The hostname of the IBM MQ broker. Either mq.hostname or mq.connection.list must be specified, but not both.
11+
- Required: HIGH
1212

1313
🔘 mq.port
1414

15-
The TCP listener port of the IBM MQ broker.
15+
The TCP listener port of the IBM MQ broker. This is only used when mq.hostname is configured. Ignored when mq.connection.list is used.
1616

1717
- Type: INT
1818
- Default: 1414
1919
- Importance: HIGH
2020
- Required: false
2121

22+
🔘 mq.connection.list
23+
24+
25+
26+
- Type: false
27+
- Default: STRING
28+
- Importance: Comma-separated list of IBM MQ broker connections in the format host1:port1,host2:port2,host3:port3. When configured, the connector will attempt to connect to each instance in sequence until a successful connection is established. This property is mutually exclusive with mq.hostname. Either mq.hostname or mq.connection.list must be specified, but not both.
29+
- Required: HIGH
30+
2231
🔘 mq.username
2332

2433

0 commit comments

Comments
 (0)