Tries to be smart about bring up a connection to a broker on demand and leaving it connected to accelerate the next publication request.
I understood that the connection should stay up, but from the logs it seems to be closed after each [group of] message, is it really the expected behavior?
When I send a test message using:
I receive the message twice:
This is also visible in the
rabbitmq
logsInterestingly, if I use such query:
The message is sent once:
Sometime such error appear in
rabbitmq
My
Dockerfile
I have tested with
main
branch and with PR 28 - Makefile, pg_amqp.c, librabbitmq: updating librabbitmq-c to current v… ; with Postgres 12 and 14.Does someone has an idea of what could going wrong?
Also from this blog post
I understood that the connection should stay up, but from the logs it seems to be closed after each [group of] message, is it really the expected behavior?