omniti-labs / pg_amqp

AMQP Support for Postgres
https://labs.omniti.com/labs/pg_amqp
202 stars 61 forks source link

login failed #39

Open klementszabolcs opened 1 year ago

klementszabolcs commented 1 year ago

with large number of connection it is sometimes happening "handshake error" in rabbit log. In postgresql log was the "login failed on broker 1" message. I have changed the libamqp to 0.10.0, and in p g_amqp.c, because some function call have changed in libamqp. The connection error have disappeared, and the size of so file became cca1/2. pg_amqp.txt

altair86 commented 2 months ago

@klementszabolcs Can you upload the source code or fork please?