Gabriele Santomaggio

Results 88 comments of Gabriele Santomaggio

This is the way: ```bash for vh in $(rabbitmqctl list_vhosts -s); do for q in $(rabbitmqctl list_queues name -s --vhost $vh) ; do rabbitmqctl delete_queue --vhost $vh $q; done done...

This is the way: ```bash for vh in $(rabbitmqctl list_vhosts -s); do for q in $(rabbitmqctl list_queues name -s --vhost $vh) ; do rabbitmqctl purge_queue --vhost $vh $q; done done...

@elalonde thank you for reporting. We are able to simulate the same situation. We could modify `upstream` configuration, adding an parameter to configure [the durable queue value](https://github.com/rabbitmq/rabbitmq-federation/blob/rabbitmq-server-735/src/rabbit_federation_exchange_link.erl#L432). By default is...

Hi @gbl-tylers Thank you for reporting. There is already the documentation: https://github.com/rabbitmq/rabbitmq-stream-go-client#overview What part is not clear? Feel free to open a PR to improve the documentation btw.

> Connecting with a custom port (5553). It is in the https://github.com/rabbitmq/rabbitmq-stream-go-client#connect - `SetPort(xxxx).` > At which point we should close the consumer. When you don't need to consume messages...

Added the documentation "How to close the producer/consumer" via https://github.com/rabbitmq/rabbitmq-stream-go-client/commit/4fb561de60ebfb14cdbffd9054c794cc7f7fa638

Hi @suprunka Sorry for the delay. We will look as soon as possible.

working on https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/commit/df37b17177a749b1eda71e7bcd702abdcf5304ee

closed via https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/issues/161

Thank you for reporting. That part _has_ to be improved.