Hi,<br><br>Following the release of RabbitMQ 1.7.2, the Java client is available for Maven users via the repository hosted by Sonatype at <a href="http://oss.sonatype.org/content/repositories/releases">http://oss.sonatype.org/content/repositories/releases</a>. We're hoping to get synching to central set up soon too, so specifically listing the repository should only be necessary whilst we get that process completed.<br>
<br>For those wishing to use the client before this happens, you'll need to add a repository element to your pom, such as:<br><br><repositories><br> <repository><br> <id>sonatype-oss-releases</id><br>
<name>Sonatype OSS Releases</name><br> <url><a href="http://oss.sonatype.org/content/repositories/releases/">http://oss.sonatype.org/content/repositories/releases/</a></url><br> </repository><br>
</repositories><br><br>If you already run an internal Maven mirror, you could also just configure that repository as an upstream (instructions are left up to the reader on that part though).<br><br>Cheers,<br>Paul.<br>