Mosquito

Results 182 comments of Mosquito

Actually inheritance is not a monkey-patch.

Please see https://github.com/mosquito/aio-pika/issues/96

according to [this code](https://github.com/mosquito/aio-pika/blob/b46664e206c9e9e5b13af34b683e6e3f9bd2738a/aio_pika/message.py#L676-L706), the message will return to the queue.

@Vasiliy566 @torarvid in the `aio-pika~=8.0` [it's was fixes](https://github.com/mosquito/aio-pika/blob/8.0.3/aio_pika/robust_channel.py#L88-L89).

@nhumrich unfortunately not, too much have to be investigated.

@kaya-zekioglu that's a good example but this doesn't reproduce that issue. `robust_connection` protects the network issues, but this example points to the business logic breaks. RabbitMQ closes the channel when...

@themanifold I think it's the wrong way to done it.

> Is it safe to have different consumers (with different queueus ) on the same channel? @bokolob yes it's ~~a legal~~ safe. This issue will be fixed in #381 I...

Just call `.declare()` with `passive=True` flag. It's should work for `Queues` and `Exchanges`

It's just get current configuration or fails otherwise (e.g when entity doesn't exists).