Skip to content
Norbert Schulz edited this page Jul 27, 2017 · 1 revision

Welcome to the streamsx.rabbitmq wiki!

Introduction

The streamsx.rabbitmq toolkit is an IBM Streams component to work with the RabbitMQ message broker. In its first incarnation it is nothing more than just a split out of the streamsx.messaging with no added functionality. Though, the RabbitMQ part within streamsx.messaging will be deprecated and new developments and error corrections will only happen in this project here.

Switching from streamsx.messaging to streamsx.rabbitmq

Simply ensure that the RabbitMQ toolkit is included in your Streams project and in you code's 'use' directives switch the namespace from com.ibm.streamsx.messaging to com.ibm.streamsx.rabbitmq for the RabbitMQ operators.