Skip to content

Instantly share code, notes, and snippets.

@stevan
Created April 14, 2011 21:55
Show Gist options
  • Save stevan/920654 to your computer and use it in GitHub Desktop.
Save stevan/920654 to your computer and use it in GitHub Desktop.
{
"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"
]
}
{
"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