Skip to content

jkogut/ansible-zeromq-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIT license

0MQ with jzmq and Java examples playbook

1. Install zeromq

2. Download java zeromq bindings

3. Configure, compile and install java zeromq

4. Create ld.conf.zeromq

5. Update ldconfig

6. Download zguide examples

7. Compile and run Java 0MQ examples

Expected Output:

ok: [your_server] => {
    "output.stdout_lines": [
	"Connecting to hello world server...", 
	"Sending Hello 0", 
	"Received World 0", 
	"Sending Hello 1", 
	"Received World 1", 
	"Sending Hello 2", 
	"Received World 2", 
	"Sending Hello 3", 
	"Received World 3", 
	"Sending Hello 4", 
	"Received World 4", 
	"Sending Hello 5", 
	"Received World 5", 
	"Sending Hello 6", 
	"Received World 6", 
	"Sending Hello 7", 
	"Received World 7", 
	"Sending Hello 8", 
	"Received World 8", 
	"Sending Hello 9", 
	"Received World 9"
	]
}

Releases

No releases published

Packages

No packages published