Skip to content

Commit

Permalink
Merge pull request #12 from ibm-messaging/readme-tweaks
Browse files Browse the repository at this point in the history
Readme tweaks
  • Loading branch information
AndrewJSchofield authored Nov 30, 2018
2 parents 61ea9f8 + 7162870 commit 39195a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Once built, the output is a single JAR `target/kafka-connect-mq-sink-<version>-j
## Running the connector

For step-by-step instructions, see the following guides for running the connector:
- connecting to Apache Kafka [running locally](UsingMQWithKafkaConnect.md)
- connecting to Apache Kafka [running locally](UsingMQwithKafkaConnect.md)
- connecting to an installation of [IBM Event Streams](https://ibm.github.io/event-streams/connecting/mq/sink)

To run the connector, you must have:
Expand Down
2 changes: 1 addition & 1 deletion UsingMQwithKafkaConnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Configure and run the connector:

1. Change directory to the Kafka root directory. Start the connector worker replacing `<connector-root-directory>` and `<version>` with your directory and the connector version:
``` shell
CLASSPATH=<connector-root-directory>/target/kafka-connect-mq-sink-<version>-jar-with-dependencies.jar bin/kafka-connect-standalone config/connect-standalone.properties ~/mq-sink.properties
CLASSPATH=<connector-root-directory>/target/kafka-connect-mq-sink-<version>-jar-with-dependencies.jar ./bin/connect-standalone.sh config/connect-standalone.properties ~/mq-sink.properties
```
The log output will include the following messages that indicate the connector worker has started and successfully connected to IBM MQ:
```
Expand Down

0 comments on commit 39195a9

Please sign in to comment.