Created
April 14, 2011 21:55
-
-
Save stevan/920654 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"backend_addr" : "tcp://127.0.0.1:5555", | |
"frontend_addr" : "tcp://127.0.0.1:6666", | |
"publisher_addr" : "tcp://127.0.0.1:7777", | |
"subscriber_addrs" : [ | |
// one for each worker ... | |
"tcp://127.0.0.1:8880" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"coordinator_addr" : "tcp://127.0.0.1:5555", | |
"publisher_addr" : "tcp://127.0.0.1:8880", | |
"producer_class" : "com.prg.ZeroMQ.test.SimpleMessageProducer", | |
"producer_config" : { | |
"num_messages" : 50 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment