Johan Rhodin
Johan Rhodin
It would be nice to get an overview of how quorum queues work.
We've run into a problem with phpMQTT when subscribing to more than 16 topics in a single connection. After 16 connections no more connections can be created.
Publishing Client -> Proxy (compress) -> Broker -> Proxy (decompress) -> Consuming client. Could also (potentially more complicated) provide a way to encrypt/decrypt message bodies.
Client properties are blank for MQTT connections. Client listing should include client name.
**Describe the bug** Sending messages with a shovel to a queue that is full (`x-max-length` has been reached) with `x-overflow: "reject-publish"` makes the shovel drain the upstream queue. **Describe your...