Hi

is there already a way to mock a rabbitMQ environment to test code that uses rabbitTemplate and/or a MessageListener implementation? We use rabbitmq with great efficiency but for better code quality we want to add tests without the need of a rabbitMQ running in background.

Cheers

Kay