File tree Expand file tree Collapse file tree
com.ibm.streamsx.messaging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <classpathentry exported =" true" kind =" con" path =" com.ibm.streams.java/com.ibm.streams.operator" />
55 <classpathentry exported =" true" kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
66 <classpathentry kind =" lib" path =" opt/downloaded/lz4-1.3.0.jar" />
7- <classpathentry kind =" lib" path =" opt/downloaded/org.eclipse.paho.client.mqttv3-1.0.1.jar" />
87 <classpathentry kind =" lib" path =" opt/downloaded/slf4j-api-1.7.21.jar" />
98 <classpathentry kind =" lib" path =" opt/downloaded/geronimo-jms_1.1_spec-1.1.1.jar" />
109 <classpathentry kind =" lib" path =" opt/downloaded/amqp-client-5.4.3.jar" />
1110 <classpathentry kind =" lib" path =" opt/downloaded/snappy-java-1.1.2.6.jar" />
1211 <classpathentry kind =" lib" path =" opt/downloaded/kafka-clients-0.10.2.2.jar" />
12+ <classpathentry kind =" lib" path =" opt/downloaded/org.eclipse.paho.client.mqttv3-1.2.1.jar" />
1313 <classpathentry kind =" output" path =" impl/java/bin" />
1414</classpath >
Original file line number Diff line number Diff line change @@ -194,9 +194,9 @@ The following example shows connection specification that contains a <JMS> el
194194 < connection_specification name=" amqConn" >
195195 < JMS initial_context=" org.apache.activemq.jndi.ActiveMQInitialContextFactory"
196196 provider_url = " tcp://machinename.com:61616"
197- connection_factory = " ConnectionFactory" />
197+ connection_factory = " ConnectionFactory"
198198 user=" user1"
199- password=" password1"
199+ password=" password1" />
200200 < /connection_specification>
201201 < /connection_specifications>
202202
@@ -684,7 +684,7 @@ The <attribute> element has three possible attributes:
684684 * composite types
685685 * xml
686686</info : description >
687- <info : version >5.4.1 </info : version >
687+ <info : version >5.4.2 </info : version >
688688 <info : requiredProductVersion >4.2.0.0</info : requiredProductVersion >
689689 </info : identity >
690690 <info : dependencies />
Original file line number Diff line number Diff line change 66 <groupId >com.ibm.streamsx.messaging</groupId >
77 <artifactId >streamsx.messaging</artifactId >
88 <packaging >jar</packaging >
9- <version >5.3.13 </version >
9+ <version >5.4.2 </version >
1010 <name >com.ibm.streamsx.messaging</name >
1111 <repositories >
1212 <repository >
4343 <dependency >
4444 <groupId >org.eclipse.paho</groupId >
4545 <artifactId >org.eclipse.paho.client.mqttv3</artifactId >
46- <version >1.0 .1</version >
46+ <version >1.2 .1</version >
4747 </dependency >
4848 </dependencies >
4949 <build >
Original file line number Diff line number Diff line change 66 <groupId >com.ibm.streamsx.messaging</groupId >
77 <artifactId >streamsx.messaging</artifactId >
88 <packaging >jar</packaging >
9- <version >1.0.0 </version >
9+ <version >5.4.2 </version >
1010 <name >com.ibm.streamsx.messaging</name >
1111 <repositories >
1212 <repository >
5353 <dependency >
5454 <groupId >org.eclipse.paho</groupId >
5555 <artifactId >org.eclipse.paho.client.mqttv3</artifactId >
56- <version >1.0 .1</version >
56+ <version >1.2 .1</version >
5757 </dependency >
5858 </dependencies >
5959 <build >
Original file line number Diff line number Diff line change 66 <groupId >com.ibm.streamsx.messaging</groupId >
77 <artifactId >streamsx.messaging</artifactId >
88 <packaging >jar</packaging >
9- <version >5.4.1 </version >
9+ <version >5.4.2 </version >
1010 <name >com.ibm.streamsx.messaging</name >
1111 <repositories >
1212 <repository >
4343 <dependency >
4444 <groupId >org.eclipse.paho</groupId >
4545 <artifactId >org.eclipse.paho.client.mqttv3</artifactId >
46- <version >1.0 .1</version >
46+ <version >1.2 .1</version >
4747 </dependency >
4848 </dependencies >
4949 <build >
You can’t perform that action at this time.
0 commit comments