pg_amqp icon indicating copy to clipboard operation
pg_amqp copied to clipboard

Incorrect return of amqp.publish

Open xolvo opened this issue 9 years ago • 0 comments

When RabbitMQ is up and running and program publish messages, then amqp.publish return true, as expected. But when RabbitMQ is down and program call amqp.publish it returns true for this call and false for any other calls while RabbitMQ is down.

Postgres version: 9.4.1 pg_amqp version: 0.3.0

xolvo avatar Apr 07 '15 13:04 xolvo