Skip to content

Examples of using Akka and 0MQ in Java, separately and together.

Notifications You must be signed in to change notification settings

zcox/akka-zeromq-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is code from my CIJUG talk on Actors.  I presented things in this order:
1) akka/AsyncSend
2) akka/AsyncRequestReply
3) akka/Pi <=== this is the one that pegged my 8-core machine to 100% CPU for about 14 secs
4) akka/weather
5) zeromq/Server & Client
6) zeromq/Publisher & Subscriber
7) akkazeromq

The pom defines the Akka dependencies, but 0MQ isn't in any maven repos I can find, so zmq.jar is included in the lib directory just to get everything to compile.

To actually run the 0MQ examples you'll need both the 0MQ C library as well as the 0MQ JNI library.
 - http://www.zeromq.org/intro:get-the-software
 - http://www.zeromq.org/bindings:java

About

Examples of using Akka and 0MQ in Java, separately and together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages