Skip to content

Instantly share code, notes, and snippets.

@tjweir
Forked from igrigorik/forwarder.xml
Created November 22, 2010 17:37
Show Gist options
  • Select an option

  • Save tjweir/710311 to your computer and use it in GitHub Desktop.

Select an option

Save tjweir/710311 to your computer and use it in GitHub Desktop.
<forwarder>
<in>
<connect addr="tcp://127.0.0.1:5555"/>
</in>
<out>
<bind addr="tcp://127.0.0.1:5556"/>
</out>
</forwarder>
<queue>
<in>
<connect addr="tcp://127.0.0.1:5555"/>
</in>
<out>
<bind addr="tcp://127.0.0.1:5556"/>
</out>
</queue>
<streamer>
<in>
<connect addr="tcp://127.0.0.1:5555"/>
</in>
<out>
<bind addr="tcp://127.0.0.1:5556"/>
</out>
</streamer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment