In the recent video posted on springsource.org, Video: Messaging for Modern Applications, Tom McCuch demonstrates a high availability setup where a spring-amqp consumer performs a failover of its connection to an alternate rabbitmq server in a cluster.
The connection factory configuration he used was:
I got all excited about the prospect of automatic failover support in my application and immediately started to investigate. However, it doesn't appear to be a valid function of the current GA releaseCode:<rabbit:connection-factory id="rabbitConnectionFactory" addresses="172.16.227.150,172.16.227.151"/>, the namespace schema rejects the "addresses" property.
When is this feature likely to be available to all? Is there a build snapshot I can use to test the functionality?


, the namespace schema rejects the "addresses" property.
Reply With Quote