Skip to content

domwong/nsqjava

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
 
 
 
 

nsqjava

A Netty based implementation for interacting with NSQ

Getting started

Pull down the repo and build locally. This project is Maven-ified so a simple 'mvn compile package install' should suffice.

There is an example publisher and subscriber in the nsqjava.examples package

Missing features

  • Interaction with the NSQ lookup daemon for service discovery.
  • Any sort of automatic resilience for publishing. You currently need to manually set up multiple connections and publish to them. Ideally you'll want to have a wrapper object which handles publishing to N queues.

Disclaimer

This is still a very rough cut so disclaimers apply; if this borks your system it's not my fault (blah, blah, etc...).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages