STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol. The Stomp module implements an alternative Drupal Queue backend for queues supporting the STOMP protocol - such as ActiveMQ, RabbitMQ

The module has been developed against ActiveMQ, so any testing against alternative STOMP servers would be very useful. For guidance on installing ActiveMQ on your operating system see https://activemq.apache.org/getting-started.html and then configure it to receive requests via the STOMP broker as at https://activemq.apache.org/stomp.html.

Drupal 9+

See project's README.md for more information.

Requirements:
- https://github.com/stomp-php/stomp-php library
- PHP 8.1+

Drupal 7

The Stomp module uses the FuseSource STOMP library (http://stomp.fusesource.org/documentation/php/book.html). It also requires a STOMP server, such as ActiveMQ configured to receive STOMP connections.

Development of Drupal 7 version of this module is sponsored by Capgemini.

Supporting organizations: 
Sponsored development
Sponsored the port of the Drupal 8 version of this module

Project information

Releases