AMQP(Advanced Message Queing Protocol) 란?
AMQP is an open standard application layer protocol for message-oriented middleware.
The defining features of AMQP are message orientation, queuing, routing
(including point-to-point and publish-and-subscribe), reliability and security.
AMQP는 메세지기반 미들웨어를 위한 어플리케이션 프로토콜 오픈 규격입니다.
AMQP의 feature로는 메세지기반, 큐, 라우팅, 신뢰성, 보안 등으로 정의할 수 있습니다.
참고 Site는 https://www.amqp.org/
이후로는 AMQP중 유명한 RabbitMQ에 대해서 포스팅 하도록 하겠습니다.
'프로그래밍 > AMQP' 카테고리의 다른 글
[RabbitMQ] RabbitMQ 란? (0) | 2016.05.16 |
---|