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&#39;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&#39;ll need to add a repository element to your pom, such as:<br><br>&lt;repositories&gt;<br>� &lt;repository&gt;<br>����� &lt;id&gt;sonatype-oss-releases&lt;/id&gt;<br>
����� &lt;name&gt;Sonatype OSS Releases&lt;/name&gt;<br>����� &lt;url&gt;<a href="http://oss.sonatype.org/content/repositories/releases/">http://oss.sonatype.org/content/repositories/releases/</a>&lt;/url&gt;<br>��� &lt;/repository&gt;<br>
&lt;/repositories&gt;<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>