You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use `EasyNetQ.Management.Client`
* Allow specifying `MaxFrameSize` for a connection.
* Move HTTP API interaction to `EasyNetQ.Management.Client`
* No need to start toxiproxy yet
* Use `uint.MinValue` to mean `unlimited` for max frame size
*
Implement the Environment class to manage the connections (#36)
* Implement the Environment Closes#35
---------
Signed-off-by: Gabriele Santomaggio <[email protected]>
Use `EasyNetQ.Management.Client`
* Allow specifying `MaxFrameSize` for a connection.
* Move HTTP API interaction to `EasyNetQ.Management.Client`
* No need to start toxiproxy yet
* Use `uint.MinValue` to mean `unlimited` for max frame size
*
* Add to public API
Continue migrating to EasyNetQ.Management.Client
* * Use `EasyNetQ.Management.Client` to determine exchange existence.
* * Use `EasyNetQ.Management.Client` to check for exchange/queue bindings
* * Use `EasyNetQ.Management.Client` to kill connections.
* * Migrate binding checks with arguments to `EasyNetQ.Management.Client`
* * Migrate exchange-exchange binding checks to `EasyNetQ.Management.Client`
* * Move retrieval of queue message count to `EasyNetQ.Management.Client`
* * Finish conversion to `EasyNetQ.Management.Client`
* * Extend retries to accomodate GHA
* * Double the retries in CI
0 commit comments