You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-24Lines changed: 15 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ To build the connector, you must have the following installed:
10
10
*[Maven](https://maven.apache.org)
11
11
* Java 7 or later
12
12
13
-
Download the MQ client JAR by following the instructions in [Getting the IBM MQ classes for Java and JMS](https://www-01.ibm.com/support/docview.wss?uid=swg21683398). Once you've accepted the license, download the *IBM MQ JMS and Java redistributable client* file (currently called `9.0.0.1-IBM-MQC-Redist-Java.zip`). Unpack the ZIP file.
Once built, the output is a single JAR called `target/kafka-connect-mq-source-0.2-SNAPSHOT-jar-with-dependencies.jar` which contains all of the required dependencies.
28
+
Once built, the output is a single JAR called `target/kafka-connect-mq-source-0.3-SNAPSHOT-jar-with-dependencies.jar` which contains all of the required dependencies.
38
29
39
30
40
31
## Running the connector
@@ -141,19 +132,19 @@ For troubleshooting, or to better understand the handshake performed by the IBM
141
132
## Configuration
142
133
The configuration options for the MQ Source Connector are as follows:
143
134
144
-
| Name | Description | Type | Default | Valid values |
0 commit comments