Skip to content

Releases: IBMStreams/streamsx.messaging

Messaging Toolkit v5.0.0 Release

13 Jun 14:45
Compare
Choose a tag to compare

In this release:

Minimum Streams Version: Streams v4.1.0 and up

MQTT

  • TLS v1.2 Support
  • Added connection metrics for MQTT operators

Kafka

  • Support for Kafka 0.9
  • Update to Kafka 0.9.0.1 client

ActiveMQ

  • Update to Active MQ 5.14

Messaging Toolkit v4.0.0 Message Hub Release

10 Dec 23:25
Compare
Choose a tag to compare

This release contains support for the Message Hub Service and Kafka 0.9 servers.

To use with Message Hub, you must follow these instructions (there are two JARs that must be downloaded): https://developer.ibm.com/bluemix/2015/10/16/streaming-analytics-message-hub/

Do not use the release for Kafka 8 servers.

List of enhancements in this release:

  • SASL support for Message Hub
  • SASL sample application to get started quickly
  • Multi-topic consumer capability
  • Partition specification capability
  • Improved logging and error handling

Messaging Toolkit v3.0.0 Release

20 Nov 19:15
Compare
Choose a tag to compare

This is official release of messaging toolkit version 3.0.0 for InfoSphere Streams version 4.1.0.0.

Highlights of the release include:

  1. Enhanced consistent region support for JMS, Kafka operators.
  2. Added data governance support for JMS, Kafka and MQTT operators.
  3. Various bug fixes and code re-factoring on Kafka operators
  4. Update on Kafka library and use of KafkaProducer Java API.

RabbitMQ Basic Support for 3.2.1 Alpha

30 Oct 23:42
Compare
Choose a tag to compare
Pre-release

List of new features:

  • Publishing to exchanges
  • Consuming from queues/exchanges
  • Ability to specify exchange type
  • Ability to map custom headers via a Map
  • Configurable automated recovery (minimally tested)
  • Little to no documentation at this point
  • Minimal error handling/logging

Messaging Toolkit v2.1.0 Beta3 Release

24 Aug 05:55
Compare
Choose a tag to compare
Pre-release

Here's a list of enhancements in this beta refresh:

  1. Consistent region enhancement for JMSSink to achieve exactly-once message delivery.

Messaging Toolkit v2.1.0 Beta2 Release

14 Aug 22:40
Compare
Choose a tag to compare
Pre-release

Here's a list of enhancements in this beta refresh:

  • Consistent Region support for KafkaConsumer
  • Ability to read from specific partition in KafkaConsumer

Messaging Toolkit v2.1.0 Beta Release

01 Aug 05:11
Compare
Choose a tag to compare
Pre-release

This is an beta release of the Messaging toolkit v2.1.0 to support InfoSphere Streams v4.0.

Highlights of this beta release include

  1. Consistent region support for JMSSource operator (#99).
  2. Enhancement on JMSSink consistent region support utilizing JMS transacted session.

Messaging Toolkit v2.0.1

09 Jul 14:20
Compare
Choose a tag to compare

This is an official release of the Messaging toolkit v2.0.1 to support InfoSphere Streams v4.0 fp1.

Highlights of the release include:

  • Allowing relative path to be used for provider_url element in connections.xml file for both JMS and XMS operators (#89).
  • Flexible data Attribute selection from streams schema (#94).
  • Update on samples' MakeFile (#91)

Messaging Toolkit v2.0.0

13 Mar 14:11
Compare
Choose a tag to compare

Official release of the messaging toolkit to support InfoSphere Streams v4.0.
Highlights for this release include:

  • All operators have been updated to support Application Bundle
  • Support for consistent region for all of the sink operators. For source operators, use ReplayableSource in conjunction with the source operator to achieve at-least-once processing.
  • NEW Kafka operators supporting Apache Kafka v0.8.2
  • NEW MQTT operators supporting MessageSight 1.1 and 1.2
  • JMS Operators
    • support for text message class
    • support for Apache Active MQ v5.9 and Websphere MQ v8.0
  • XMS Operators - support for Websphere MQ v8.0

Messaging Toolkit v0.8.1 for Streams 3.2.1

16 Dec 23:31
Compare
Choose a tag to compare

In this release, we have added new parameters in the MQTT operators to allow user to specify user id, password and client id.