Skip to content

Commit 37f3359

Browse files
Fixed silly typo in connection name list
1 parent 5297750 commit 37f3359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UsingMQwithKafkaConnect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ cp config/mq-source.properties ~
144144
Edit the following properties in the `~/mq-source.properties` file to match the configuration so far:
145145
```
146146
mq.queue.manager=MYQM
147-
mq.connection.name.list=localhost:1414
147+
mq.connection.name.list=localhost(1414)
148148
mq.channel.name=MYSVRCONN
149149
mq.queue=MYQSOURCE
150150
mq.user.name=alice
@@ -203,7 +203,7 @@ Edit the following properties in the `~/mq-sink.properties` to match the configu
203203
```
204204
topics=TSINK
205205
mq.queue.manager=MYQM
206-
mq.connection.name.list=localhost:1414
206+
mq.connection.name.list=localhost(1414)
207207
mq.channel.name=MYSVRCONN
208208
mq.queue=MYQSINK
209209
mq.user.name=alice

0 commit comments

Comments
 (0)