-
Hi my application is using aio-pika=9.4.1 to connect to a rabbitmq. I'm testing under docker environment and if I manually shutdown rabbit I see following log messages:
```
Unexpected connection clo…
-
### Is your feature request related to a problem? Please describe.
Hello!
In my project I've to manually track offsets. It's done in a different (main) goroutine, while the consumer callback is ca…
-
reproduce: (just copied from examples/send.py)
env:
* rabbitmq 3.9.4
* trio 0.19
* python 3.9.6
* async_amqp 0.5.0
```python
import anyio
import async_amqp
async def send():
asyn…
-
Variables:
- os_windows [y/N]: y
- package [org.galaxio.performance]:
- name [myservice]: test1234
- http [Y/n]: y
- jdbcPlugin [y/N]: y
- amqpPlugin [y/N]: y
- kafkaPlugin [y/N]: n
- scala_v…
-
**Is your feature request related to a problem? Please describe.**
Currently the plugin supports 0-9-1 which is very different from AMQP 1.0. Are there plans to support AMQP 1.0 ? This helps migratin…
-
We use 0.9.0, connecting to 3.7.5 server. We have found that `amqp_channel_close` hangs forever sometimes.
The reason we call `amqp_channel_close` is that we find sometimes a specific channel is de…
-
I think I have found an incompatibility between running the pure ruby version and the "normal" one. Trying to run ruby-amqp on the pure ruby version yields the stack trace below. The same code runs wi…
-
Has this been abandoned? Can't build from source nor load the core :\
```
jackc@petrichor ~/dev/cl/var/amqp/de.setf.amqp $ sbcl --userinit readmes/build-init.lisp \
> --eval "(asdf:operate 'asdf:lo…
-
**Describe the bug**
Flower is deployed on Heroku and makes use of Heroku Redis as broker.
Heroku Redis uses self-signed certificates (hence the `broker_use_ssl = {"ssl_cert_reqs": "none"}` part i…
-
Users of `Amqp-0-9-1.js` cannot use the default exchange or empty-string routing keys.
This is because the guards are too strict. For example in `publishBasic(...)`:
``` js
if (!exchange || typeof e…