Open Source DataTurbine integrated with RabbitMQ
Submitted by sameer on Tue, 09/15/2009 - 12:04.
Title:
Open Source DataTurbine integrated with RabbitMQ
Date:
14/09/2009
We have developed a prototype that integrated Open Source DataTurbine with RabbitMQ. RabbitMQ is a complete and highly reliable Enterprise Messaging system based on the emerging AMQP standard. It is licensed under the open source Mozilla Public License and has a platform-neutral distribution. More information about RabbitMQ can be found at: http://www.rabbitmq.com/
The prototype inserts radio-telemetry data from animal tracking application into DataTurbine and then retrieves that data using a DataTurbine sink program which first converts it into an AMQP message and then injects the message into into a queue hosted at an AMQP server. A consumer then consumes the published message from that queue.