-
Notifications
You must be signed in to change notification settings - Fork 28
Home
gftea edited this page Dec 5, 2022
·
1 revision
Welcome to the amqprs wiki!
State of Compilance for AMQP 0-9-1 Spec
- Declare a shared queue and publish a message to the queue. Consume the message using explicit acknowledgements, but do not acknowledge the message. Close the connection, reconnect, and consume from the queue again. The message should arrive with the redelivered flag set.
- The server sends a protocol version that is lower than any valid implementation, e.g. 0.1. The client must respond by closing the connection without sending any further data.