I am making one rails application that integrates with RabbiMQ.I want to integrate Fuse ESB into my application, but still after Google it is not confirmed that RabbitMQ supports Fuse ESB or not.Can someone tell me that RabbitMQ supports Fuse ESB or not?
FUSE ESB contains a messaging infrastructure based on Apache ActiveMQ JMS technology. ActiveMQ is not compatible with AMQP modules such as RabbitMQ.
However, Apache Camel (also part of FUSE) supports AMQP through the Apache Qpid client API. Since Qpid and RabbitMQ implement the AMQP messaging standard , you can talk to the RabbitMQ broker from a Qpid client. There are some potential problems and solutions related to this approach outlined here .