-
-
Save tjweir/710311 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
| <forwarder> | |
| <in> | |
| <connect addr="tcp://127.0.0.1:5555"/> | |
| </in> | |
| <out> | |
| <bind addr="tcp://127.0.0.1:5556"/> | |
| </out> | |
| </forwarder> |
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
| <queue> | |
| <in> | |
| <connect addr="tcp://127.0.0.1:5555"/> | |
| </in> | |
| <out> | |
| <bind addr="tcp://127.0.0.1:5556"/> | |
| </out> | |
| </queue> |
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
| <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