And following up on this, 1.7.2 is now available in central. So, as per the website, you&#39;ll now be able to add: <br><br>&lt;dependency&gt;<br>� &lt;groupId&gt;com.rabbitmq&lt;/groupId&gt;<br>� &lt;artifactId&gt;amqp-client&lt;/artifactId&gt;<br>
� &lt;version&gt;1.7.2&lt;/version&gt;<br>&lt;/dependency&gt;<br><br>to you pom, and RabbitMQ will be available.<br><br>Thanks to the kind folks at Sonatype for hosting the OSS repository, thus making this whole process possible (with very little maintenance on our side too!)<br>
<br>Cheers,<br>Paul.<br><br><div class="gmail_quote">On Wed, Feb 17, 2010 at 11:31 AM, Paul Jones <span dir="ltr">&lt;<a href="mailto:pauljones23@gmail.com">pauljones23@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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" target="_blank">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/" target="_blank">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><font color="#888888">Paul.<br>

</font></blockquote></div><br>