Releases: IBMStreams/streamsx.messaging
Messaging Toolkit v5.0.0 Release
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
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
This is official release of messaging toolkit version 3.0.0 for InfoSphere Streams version 4.1.0.0.
Highlights of the release include:
- Enhanced consistent region support for JMS, Kafka operators.
- Added data governance support for JMS, Kafka and MQTT operators.
- Various bug fixes and code re-factoring on Kafka operators
- Update on Kafka library and use of KafkaProducer Java API.
RabbitMQ Basic Support for 3.2.1 Alpha
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
Here's a list of enhancements in this beta refresh:
- Consistent region enhancement for JMSSink to achieve exactly-once message delivery.
Messaging Toolkit v2.1.0 Beta2 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
This is an beta release of the Messaging toolkit v2.1.0 to support InfoSphere Streams v4.0.
Highlights of this beta release include
- Consistent region support for JMSSource operator (#99).
- Enhancement on JMSSink consistent region support utilizing JMS transacted session.
Messaging Toolkit v2.0.1
This is an official release of the Messaging toolkit v2.0.1 to support InfoSphere Streams v4.0 fp1.
Highlights of the release include:
Messaging Toolkit v2.0.0
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
In this release, we have added new parameters in the MQTT operators to allow user to specify user id, password and client id.