Lagom Message Broker implementation for RabbitMQ?

Hello!

We’re trying to evaluate the performance of RabbitMQ as a replacement for the internal Kafka broker and I was wondering if there is some documentation or examples for the Lagom Message Broker API?

The only page I found was : https://www.lagomframework.com/documentation/latest/scala/MessageBrokerApi.html

but it talks about the internal Kafka implementation only.

I was looking at com.lightbend.lagom.scaladsl.api.broker, but it’s not clear what’s needed to implement a new broker.

Any pointers would be appreciated!

Thanks.

1 Like

Hello!

We have started some work in that direction too, but we want to use apache Artemis instead of RabbitMQ.
We had read article about broker API(https://www.lagomframework.com/documentation/latest/scala/MessageBrokerApi.html) but haven’t understood what actually we should to do to implement message broker API.
Have you found some helpful information or examples, or may be you have implemented topic already? It would be great if you share your experience.