rabbitmq / rabbitmq-erlang-client

Erlang client for RabbitMQ
https://www.rabbitmq.com/
Other
184 stars 127 forks source link

pass amqp parameters for direct channel to avoid sync call to the connection process #127

Closed velimir closed 4 years ago

velimir commented 4 years ago

performance optimisation

Part of rabbitmq/rabbitmq-server/pull/2169

michaelklishin commented 4 years ago

This is a change in a very sensitive area for plugins. Anything that uses direct connections, including Federation link, is potentially affected. It will take a while to assess what impact on upgrading this "optimisation" might have.

michaelklishin commented 4 years ago

Superseded by #128.