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
- Host: GitHub
- URL: https://github.com/cloudfoundry-community/java-nats
- Owner: cloudfoundry-community
- License: apache-2.0
- Created: 2012-03-24T14:56:20.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T14:17:23.000Z (almost 5 years ago)
- Last Synced: 2025-10-13T13:47:27.749Z (9 months ago)
- Language: Java
- Homepage:
- Size: 719 KB
- Stars: 53
- Watchers: 24
- Forks: 32
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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