Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…aging.git into develop
  • Loading branch information
schulz2 committed May 4, 2020
2 parents 8cb5af3 + 871aa90 commit 0fd480a
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

The IBMStreams/streamsx.messaging toolkit project is an open source Streams toolkit project focused on the development of operators and functions that extend IBM InfoSphere Streams ability to interact with messaging systems.

---

**After release v5.4.2 the complete toolkit is deprecated**. Please, use the following alternatives to communicate with various message queues:
| Message Queue | New Toolkit |
| ------------- | ----------- |
| JMS | [streamsx.jms](https://github.com/IBMStreams/streamsx.jms) |
| Kafka | [streamsx.kafka](https://github.com/IBMStreams/streamsx.kafka) |
| MQTT | [streamsx.mqtt](https://github.com/IBMStreams/streamsx.mqtt) |
| RabbitMQ | [streamsx.rabbitmq](https://github.com/IBMStreams/streamsx.rabbitmq) |
| XMS | no toolkit planned yet |

---

Messaging Toolkit v5.1 is offically released to support InfoSphere Streams v4.2:
* https://github.com/IBMStreams/streamsx.messaging/releases

Expand Down Expand Up @@ -29,12 +42,3 @@ To learn more about Streams:
* [Introduction to Streams Quick Start Edition](http://ibmstreams.github.io/streamsx.documentation/docs/4.1/qse-intro/)
* [Streams Getting Started Guide](http://ibmstreams.github.io/streamsx.documentation/docs/4.1/qse-getting-started/)
* [StreamsDev](https://developer.ibm.com/streamsdev/)


**Deprecations**

The support for RabbitMQ, Kafka, and MQTT in this toolkit is deprecated. For these types of messaging systems, use one of the following specialized open source toolkits:

* [streamsx.kafka](https://github.com/IBMStreams/streamsx.kafka)
* [streamsx.rabbitmq](https://github.com/IBMStreams/streamsx.rabbitmq)
* [streamsx.mqtt](https://github.com/IBMStreams/streamsx.mqtt)

0 comments on commit 0fd480a

Please sign in to comment.