Open williamlee1982 opened 6 years ago
Are there any interesting log entries emitted by the broker when the queue goes away?
From the client side, does the channel or connection get closed after publishing the message (call amqp_simple_wait_frame
after publishing the message, which will return any channel.close or connection.close methods that resulted from publishing the message).
found a strange behavior on the 0.9.0, queue die while sending a message which contains a u32 header. rabbit mq server version is 3.7.7, Erlang 21.0.1 on windows 7 64bit. here is the code snippet:
but if i changed to i32 like this, it will be ok.
i have no idea what happen, would you please take a look? thank you so much. BTW, queue die means it's disappear on the RabbitMQ web UI.