And following up on this, 1.7.2 is now available in central. So, as per the website, you'll now be able to add: <br><br><dependency><br> <groupId>com.rabbitmq</groupId><br> <artifactId>amqp-client</artifactId><br>
<version>1.7.2</version><br></dependency><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"><<a href="mailto:pauljones23@gmail.com">pauljones23@gmail.com</a>></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'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/" target="_blank">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><font color="#888888">Paul.<br>
</font></blockquote></div><br>