KO
|
EN
gitlite — search
Search
#python
#go
#windows
#tailwindcss
#golang
#llm
#ai
#react
#reactjs
#web
#config
#github-config
rabbitMQ-learning
★ 32
Open GitHub ↗
rabbitMQ的入门和进阶实战
Download README (.md)
Explore Similar Repositories
knowledge-base
:
Gruntwork Knowledge Base. You are more than welcomed to create questions and share knowledge with our community.
building-inspection-toolkit
:
Building Inspection Toolkit
IB-IRM
:
No description available.
swl-optional
:
std::optional for C++20
yui-docs
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rabbitMQ-learning
?
Download (.md)
# rabbitMQ-learning rabbitMQ的入门和进阶实战 </br> 包含了rabbitmqClient的基本JavaAPI操作以及整合SpringBoot之后的rabbitmqTemplate的使用,同时包含交换机和队列的两种编写方式声明。<br> <b>消息的响应机制:包括确认机制、当交换机或队列宕机后的兜底方案如何设置,以及备用交换机、延时队列、死信队列的声明和使用,声明队列的不公平分发机制(不采用轮询方式去分配消息)</b>等等。