Skip to content

Question about Network Queues #103

Answered by smartin015
nickgabbard asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Nick - thanks for trying out the network queues! Glad you managed to get them to work, with the defaults in the RC no less.

The name of the lan queue must match between instances (consider it as a case-sensitive namespace - "LAN1" is a different queue entirely from "LAN2").

The address should be that insurance's IP address (or hostname, probably) suffixed with a valid, available port. That's used to bind the interface and port for the instance to serve/listen from.

Using your example, the docker host 172.28.0.2's config could look like:

Name "LAN", address "172.28.0.2:5678"

And the other would be:

Name "LAN", address "172.28.0.3:5678"

Note that, currently, changing addresses on a runni…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by nickgabbard
Comment options

You must be logged in to vote
1 reply
@smartin015
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants