Skip to content

A simple Zero MQ Subscriber in Java, with Eclipse/Maven build settings.

Notifications You must be signed in to change notification settings

nof20/SimpleZeroMQSubscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 20, 2017
0fd3bce · Feb 20, 2017

History

3 Commits
Jul 19, 2015
Jul 19, 2015
Jul 19, 2015
Jul 19, 2015
Jul 19, 2015
Feb 20, 2017
Jul 19, 2015

Repository files navigation

SimpleZeroMQSubscriber

A simple ZeroMQ subscriber, written in Java. Run it on the command line to get a text stream of ZeroMQ messages.

Uses Apache Maven for build. Tested on Java 8.

$ mvn clean compile assembly:single to build a JAR with all dependencies.

$ java -jar SimpleZeroMQSubscriber/target/SimpleZeroMQSubscriber-0.0.1-SNAPSHOT-jar-with-dependencies.jar <port> to listen.

About

A simple Zero MQ Subscriber in Java, with Eclipse/Maven build settings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages