An open API service indexing awesome lists of open source software.

https://github.com/cloudfoundry-community/java-nats

NATS Client for Java
https://github.com/cloudfoundry-community/java-nats

Last synced: 6 months ago
JSON representation

NATS Client for Java

Awesome Lists containing this project

README

          

# Java NATS Client

[![Build Status](https://api.travis-ci.org/cloudfoundry-community/java-nats.png?branch=master)](https://travis-ci.org/cloudfoundry-community/java-nats)

A Java client for the excellent NATS lightweight publish-subscribe and distributed queueing messaging system used by
[Cloud Foundry](http://cloudfoundry.com).

More information about NATS can be found at the [NATS Git Hub project](https://github.com/derekcollison/nats).

This project provides a [simple Java client for NATS](https://github.com/cloudfoundry-community/java-nats/tree/master/client) as well as
an optional [Spring integration](https://github.com/cloudfoundry-community/java-nats/tree/master/client-spring) for using the client.

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

```xml

com.github.cloudfoundry-community
nats-client
0.6.6

```

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

```xml

com.github.cloudfoundry-community
nats-client-spring
0.6.6

```

## License

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

Copyright (c) 2012, 2013 Mike Heath