Replies: 2 comments
-
Or AMQP links will multiplexing TCP links , for example, 100 amqp links ==> 10or20 TCP links?Thanks for your time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using issues instead of GitHub discussions for questions is just rude. One AMQP 0-9-1, one AMQP 1.0, one MQTT (any version), one STOMP connection, one MQTT-over-WebSockets connection, one STOMP-over-WebSockets connection will use one TCP connection. RabbitMQ stream protocol clients will open parallel connections to all cluster nodes unless explicitly configured otherwise. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
When using perf-test, such as "java -jar perf-test.jar --queue-pattern 'perf-test-%d' --queue-pattern-from 1 --queue-pattern-to 10 --producers 100 --consumers 100", will 100 TCP links be generated for the produces and 100 for the consumers?
Describe the solution you'd like
When using perf-test, such as "java -jar perf-test.jar --queue-pattern 'perf-test-%d' --queue-pattern-from 1 --queue-pattern-to 10 --producers 100 --consumers 100", will 100 TCP links be generated for the produces and 100 for the consumers?
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions