Skip to content

Instantly share code, notes, and snippets.

@hintjens
Created August 13, 2010 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hintjens/522767 to your computer and use it in GitHub Desktop.
Save hintjens/522767 to your computer and use it in GitHub Desktop.
<config>
<device type="forwarder|streamer|queue">
<in>
<bind addr="zmq_bind() endpoint" />
<connect addr="zmq_connect() endpoint" />
</in>
<out>
<bind addr="zmq_bind() endpoint" />
<connect addr="zmq_connect() endpoint" />
</out>
</device>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment