JMS usually implements request-reply with a temporary queue shared between the client and the server sides of the system, it would be good to be able to use RabbitMQ's direct reply-to mechanism to implement this.
We should also ensure this works out of the box with Spring's JmsTemplate, see #47.