# java-nats
**Repository Path**: hesh4664/java-nats
## Basic Information
- **Project Name**: java-nats
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-23
- **Last Updated**: 2021-12-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Java NATS Client
[](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