Skip to content

基础组件RabbitMQ封装。封装关键点:①、迅速消息的发送;②、确认消息的发送;③、延迟消息的发送

Notifications You must be signed in to change notification settings

DaiOwen/rabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rabbitMQ封装

RabbitMQ是一个开源的消息代理何队列服务器,用来通过普通协议在完全不同得我应用之间共享数据,RabbitMQ是使用Erlang语言编写的,是基于AMQP(Advanced Message Queuing Protocol,高级消息队列协议)协议的。 该项目主要对基础组件RabbitMQ进行封装,主要有以下实现关键点: 1、迅速消息的发送,确认消息的发送,延迟消息的发送。 2、消息的异步化、序列化。 3、连接池化,高性能的实现。 4、完备的补偿机制。

RabbitMQ is an open source Message broker and Queuing server, which is used to share data between disparate applications through common Protocol. RabbitMQ is written in Erlang language, and it is based on AMQP(Advanced Message Queuing Protocol) Protocol. This project mainly encapsulates RabbitMQ, the basic component of which has the following key points:

  1. Send the message quickly, confirm the message and delay the message.
  2. Asynchronous and serialized messages. 3, connection pooling, high-performance implementation.
  3. Complete compensation mechanism.

About

基础组件RabbitMQ封装。封装关键点:①、迅速消息的发送;②、确认消息的发送;③、延迟消息的发送

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published