Scenario: AMQP [Advanced messaging queueing protocol] on Rabbit.
Solution:
Below are the components of RabbitMQ. Ex could be a Post Office
- It uses RCP 2 way to client connation with broker.
- Rabbit MQ commands which is combination of Class and method [ConnectionStart].
- Frame has all data to communicate. Below are types of frames.
- Method
- Content
- Body
- Hierarchical
- Each frame constituters of bytes consisting of
- Frame Type [Method]
- Channel
- Size [of message]
- Frame Specific content
- Class
- Method
- Frame End
No comments:
Post a Comment