I am trying to create integration test for a Scala / Java application that connects to a RabbitMQ broker. To achieve this I would like an embedded broker that speaks AMQP that I
You can try Apache QPid Java broker. This can be used as embedded broker.
Setup in Scala is described in another SO question - Example of standalone Apache Qpid (amqp) Junit Test