Closed
Description
The RpcClient class has a hardcoded algorithm for unique correlatorId generation. This works in most cases. However, i recently hit an issue where the 'correlatorId' was used (or misused) to encode some extra information needed by the receiver. It would be great if the RpcClient could be configured with a 'strategy' to generate unqiue correlatorIds.
Alternatively, the RpcClient should not touch the correlatorId if it is already provided in the arguments.
- RabbitMQ client version
5.8.0