Skip to content
Discussion options

You must be logged in to vote

@btbhanders I followed up on @illotum's suggestion - "Running a dedicated low-latency broker, with the corresponding setting in config, might be the path of least friction"

You can test out priority and tos now if you are willing to run a dedicated RabbitMQ broker. Create the /etc/rabbitmq/advanced.config file with this content (replace INTEGER with the values you would like to use):

[
    {rabbit, [
        {tcp_listeners, [5672]},
	{tcp_listen_options, [
            % Note:
            % these are the default values
            {backlog, 128},
            {nodelay, true},
            {linger, {true, 0}},
            {exit_on_close, false},
            % https://github.com/rabbitmq/rabbi…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
6 replies
@lukebakken
Comment options

@michaelklishin
Comment options

@illotum
Comment options

@btbhanders
Comment options

@illotum
Comment options

Comment options

You must be logged in to vote
3 replies
@btbhanders
Comment options

@lukebakken
Comment options

@lukebakken
Comment options

Answer selected by btbhanders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants