IBMStreams / streamsx.messaging

This toolkit is focused on interacting with popular messaging systems such as Kafka, JMS, XMS, and MQTT. After release v5.4.2 the complete toolkit will be deprecated. See the README.md file for hints to alternative toolkits.
http://ibmstreams.github.io/streamsx.messaging/
Apache License 2.0
30 stars 32 forks source link

Stability improvements for JMSSource and JMSSink #320

Closed ghost closed 7 years ago

ghost commented 7 years ago

This pull request contains following changes:

  1. add --data-directory option to the makefiles of the samples. The toolkit requires a Streams version > 4, where this option is required to make the samples work.
  2. fix for issue #319 (reconnection of JMSSource operator in case of connection loss)
  3. fix for JMSSink, which crashed when the JMS server was shutdown gracefully. Now the JMSSink stays alive and reconnects.