Skip to content

cloudfoundry-community/java-nats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java NATS Client

Build Status

A Java client for the excellent NATS lightweight publish-subscribe and distributed queueing messaging system used by Cloud Foundry.

More information about NATS can be found at the NATS Git Hub project.

This project provides a simple Java client for NATS as well as an optional Spring integration for using the client.

To use the basic client in your project, add the following to your Maven pom.xml:

<dependency>
    <groupId>com.github.cloudfoundry-community</groupId>
    <artifactId>nats-client</artifactId>
    <version>0.6.6</version>
</dependency>

To use the Spring integration, add the following to your Maven pom.xml:

<dependency>
    <groupId>com.github.cloudfoundry-community</groupId>
    <artifactId>nats-client-spring</artifactId>
    <version>0.6.6</version>
</dependency>

License

(The Apache Software License 2.0) - http://www.apache.org/licenses/

Copyright (c) 2012, 2013 Mike Heath