-
Book Overview & Buying
-
Table Of Contents
RabbitMQ Cookbook
We have already seen how to use plugins from the very beginning of this book. The management plugin itself is a plugin actually. However, our intent is to show further uses of plugins.
In this recipe, we will see how to enable the STOMP plugin and the further possibilities it provides to RabbitMQ.
With Simple (or Streaming) Text Orientated Messaging Protocol (STOMP), (http://stomp.github.io/), RabbitMQ increases its language interoperability. With the plugin installed, the RabbitMQ broker can operate not only with the AMQP protocol, but with STOMP as well.
For this recipe you just need the latest version of RabbitMQ.
In order to run this recipe, you need to perform the following steps:
From root (Linux) or from the RabbitMQ Command Prompt (Windows), check the current plugin state with the following command:
rabbitmq-plugins list
Then enable the STOMP plugin by issuing the following command:
rabbitmq-plugins enable rabbitmq_stomp...
Change the font size
Change margin width
Change background colour