reactor / reactor-rabbitmq

Reactor RabbitMQ
Apache License 2.0
157 stars 55 forks source link

ISSUE-174 Document RPC limitations #175

Closed chibenwa closed 2 years ago

chibenwa commented 2 years ago

As AMQP 0.9.1 protocol does not use a correlation ID for requests, a lock is being used to prevent concurrent RPCs, making some publisher potentially blocking.

acogoluegnes commented 2 years ago

Thanks!