Skip to content

cloudfoundry-community/java-nats

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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