R-Forge Logo

Welcome to Message Queue implementation for R project!

Provide R with a generic, simple, interface into a variety of message queues including ActiveMQ, RabbitMQ and others.

This package creates a simple way to interact with message queues regardless of the underlying provider of the queue (currently activeMQ or rabbitMQ, but can be extended).

The idea is to provide this basic functionality such that R doesn't need to deal with the specifics of queues or their underlying implementation differences. Provides a simple way to PUT a text message on a queue and GET a text message from a queue.

Continue to the the project summary page.