Skip to content

Releases: IBMStreams/streamsx.messaging

Messaging Toolkit v5.3.6

08 May 10:28
Compare
Choose a tag to compare

Changes since Messaging Toolkit v5.3.5:

  • Update of I18N/NSL resource files

Messaging Toolkit v5.3.5

19 Mar 15:59
511e81e
Compare
Choose a tag to compare

Changes since Messaging Toolkit v5.3.4:

  • Deprecate MQTT operators
  • Deprecate RabbitMQ operators

Messaging Toolkit 5.3.4

27 Oct 12:35
Compare
Choose a tag to compare

Changes since Messaging Toolkit 5.3.3:

  • Avoid loading application configuration multiple times from PE
  • Corrected exception handling (issue #325)
  • JMSSink: Reset Consistent Region in case of a message not being sent

Messaging Toolkit 5.3.3

05 Oct 10:57
Compare
Choose a tag to compare

Changes since Messaging Toolkit 5.3.2:

  • 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.
  • Fix for issue #319 (reconnection of JMSSource operator in case of connection loss)
  • Fix for JMSSink, which crashed when the JMS server was shutdown gracefully. Now the JMSSink stays alive and reconnects.
  • Implement an exception handler for XMSSource, so that it receives notification about connection problems during operation, reconnection according configured policy implemented in exception handler - similar problem as described in issue #319 for the JMSSource
  • XMSSource: move the initial connection attempt from the c'tor to the thread function process(int), so that the c'tor isn't potentially infinitely blocked blocked if the reconnection policy is BoundedRetry or InfiniteRetry and the connection can't be established. Blocked c'tor should be avoided because application startup timeout might happen.
  • Same for XMSSink. Try to connect in c'tor only once, try to reconnect in tuple processing function with given policy.
  • More error and info tracing added to both operators.

Messaging Toolkit 5.3.2

07 Sep 10:33
Compare
Choose a tag to compare

Changes since Messaging Toolkit 5.3.1:

  • Deprecate Kafka operators.
  • Update .splbuild config file for Streams Studio.

Messaging Toolkit 5.3.1

28 Jul 15:55
Compare
Choose a tag to compare

Changes since Messaging Toolkit 5.3.0:

  • Fix link in README.md

Messaging Toolkit 5.3.0

28 Jul 15:48
Compare
Choose a tag to compare

Changes since Messaging Toolkit 5.1.0:

  • Use the 5.14.0 version of activemq-client
  • Remove dead threadsPerTopic code
  • Add SSL support to operators
  • Add truststore password
  • Add metrics for keeping track of offsets in consistent region
  • Removing a println of filenames in getAbsolutePath
  • Support for i18n/NLS
  • Use PlainLoginModule as MessageHub recommends
  • Use SASL PLAIN mechanism
  • Update documentation for KafkaSASLSample
  • README updates: Update description for NLS feature and some formatting

Messaging Toolkit 5.1.1

07 Mar 12:42
Compare
Choose a tag to compare

This toolkit adds the following new functionality:

  • Adds support to the JMS operators for SSL connections. This change adds the following parameters:
    • keyStore
    • keyStorePassword
    • trustStore
    • trustStorePassword

Messaging Toolkit 5.1.0

06 Oct 21:29
Compare
Choose a tag to compare

This toolkit is a release for Streams 4.2.

The new function includes:

  • Ability to use AppConfig for credentials in RabbitMQ, JMS, and MQTT, as well as properties in Kafka.
  • Improvements to metrics for RabbitMQ
  • Kafka 0.10 support (in order to use this release on Kafka 0.9, you will need to follow directions on how to rebuild with 0.9 support)

Messaging Toolkit v5.0.1 Release

02 Aug 22:30
Compare
Choose a tag to compare

In this release:

Minimum Streams Version: Streams v4.1.0 and up

This release contains bug fixes for Kafka. Most notably #116.