Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/ibmstreams/streamsx.messaging
ibm-streams iot-platform jms kafka mqtt rabbitmq stream-processing websphere-mq xms
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ibmstreams/streamsx.messaging
- Owner: IBMStreams
- License: apache-2.0
- Created: 2014-03-10T01:12:02.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-24T01:55:12.000Z (over 1 year ago)
- Last Synced: 2024-04-14T20:02:43.409Z (10 months ago)
- Topics: ibm-streams, iot-platform, jms, kafka, mqtt, rabbitmq, stream-processing, websphere-mq, xms
- Language: Java
- Homepage: http://ibmstreams.github.io/streamsx.messaging/
- Size: 4.07 MB
- Stars: 30
- Watchers: 28
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## README -- IBMStreams/streamsx.messaging
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/releasesThis toolkit contains support for:
* Kafka
* RabbitMQ
* JMS
* MQTT
* XMSCheck out our SPLDOC here:
* http://ibmstreams.github.io/streamsx.messaging/com.ibm.streamsx.messaging/doc/spldoc/html/index.htmlTo get started with working with this toolkit:
* https://github.com/IBMStreams/streamsx.messaging/wiki/Getting-Started-with-Toolkit-Development
* [Kafka Operators Getting Started Guide](http://ibmstreams.github.io/streamsx.documentation/docs/4.1/messaging/kafka-operators-getting-started/)
* [JMS Operators Getting Started Guide](http://ibmstreams.github.io/streamsx.documentation/docs/4.1/messaging/jms-operators-getting-started/)
* [The messages and the NLS for toolkits](https://github.com/IBMStreams/administration/wiki/Messages-and-National-Language-Support-for-toolkits)To learn more about Streams:
* [IBM Streams on Github](http://ibmstreams.github.io)
* [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/)