tsung icon indicating copy to clipboard operation
tsung copied to clipboard

Add max channels config

Open luisfmcalado opened this issue 6 years ago • 3 comments
trafficstars

If you setup rabbitmq with the default configuration the amqp plugin won't be able to tune the connection and the load test script will fail. The default was add in https://github.com/rabbitmq/rabbitmq-server/issues/1593.

With this change we are able to configure the max channels for the connection.

<amqp type="connection.open" vhost="/" channel_max="2047"></amqp>

luisfmcalado avatar Oct 05 '19 21:10 luisfmcalado

I'd say this looks good, could you maybe take another look, @nniclausse? I'm not familiar with AMQP…

tisba avatar Oct 07 '19 09:10 tisba

I faced the same problem (couldn't connect to RabbitMQ), this patch and the configuration update (add the channel_max attribute) solves the problem. Highly useful change.

NAR avatar Nov 12 '19 16:11 NAR

@tisba @nniclausse can this be merged?

luisfmcalado avatar May 20 '20 14:05 luisfmcalado