I have a doubt - that which data structure does AMQP internally uses for storing messages. I know it has Transport (TCP/IP) Messaging Protocol & Type System
Portable Representation of Message Properties Message Broker – the MOM Layer API Mappings Routing between Brokers Management –in a forthcoming addition The AMQP Network Protocol
I believe it should be queue only .
If so then all the operations like blocking the queue and making it durable (etc) are performed on it ? Any example of how it works (url or blogs will work)
Does AWS SQS follows AMQP architecture only?