Message brokers support for couchbase

Hi ,
I wish to know Couchbase connector/plug-in for any of these Message Brokers/Libraries: ZeroMQ, RabbitMQ, ActiveMQ? We are building a web application that allows members to:

  1. send messages to each other (messages are received in an Inbox), and

  2. it also allows members to receive activity streams from their friends (like a News Feed) (using a Pub/Sub pattern).

In both the above features, we would use Couchbase to store messages and activity streams, while we would use the Message Broker to coordinate the delivery of messages/activity streams. But we would need to connect Couchbase with any of the above Message Brokers to queue and send the messages/activity streams.

thanks,
Gagan

Hello,

As far as I know, we do not have Couchbase plugin for message broker.
You will have to integrate that to your application with the Couchbase Java client (or find a memcached plugin for these message broker solutions).

Regards
Tug
@tgrall

thank you for your reply…I can connect RabbitMQ with spring , can i able to connect spring with couchbase to store and retrieve messages…?

I think that with Spring you can send message to MQ but not replace the persistence.

If you look to Couchbase and Spring you can find that here: