SunMar

Results 14 comments of SunMar

After checking the code, it appears the Java client does the following variation of lowest: If both are greater than 0, use the lowest value of the two. If client...

@lukebakken The point of the PR is to allow the client to choose a behavior. Simply replacing the logic would also introduce a breaking change. If you do not want...

@ramunasd @lukebakken Ok, I've updated the PR, now there are 4 options: - `LEGACY`: current behavior - `AUTO`: Java client behavior - `PREFER_BROKER`: uses the broker value - `PREFER_CLIENT`: uses...

Interesting to note here too maybe, we did some checking on other client libraries we use. Node's [amqplib](https://github.com/amqp-node/amqplib) does the same negotiation as the Java client (use the lowest value...