We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5297750 commit 37f3359Copy full SHA for 37f3359
UsingMQwithKafkaConnect.md
@@ -144,7 +144,7 @@ cp config/mq-source.properties ~
144
Edit the following properties in the `~/mq-source.properties` file to match the configuration so far:
145
```
146
mq.queue.manager=MYQM
147
-mq.connection.name.list=localhost:1414
+mq.connection.name.list=localhost(1414)
148
mq.channel.name=MYSVRCONN
149
mq.queue=MYQSOURCE
150
mq.user.name=alice
@@ -203,7 +203,7 @@ Edit the following properties in the `~/mq-sink.properties` to match the configu
203
204
topics=TSINK
205
206
207
208
mq.queue=MYQSINK
209
0 commit comments