RabbitMQ with .NET培训
Introduction
RabbitMQ vs Windows' default queue technology (MSMQ)
Understanding Microservices (micro services) and Message Queuing
Overview of Messaging Protocols: REST, SOAP and AMQP
How RabbitMQ Implements AMQP to Enable Loose Coupling Among Services
Setting up the Development Environment
Installing and Configuring RabbitMQ for C# Applications
Overview of the RabbitMQ .NET client API
Connecting to RabbitMQ
Writing Two Simple Sender and Receiver Applications in C#
Performing Common RabbitMQ Operations with the .Net client
Writing the Queuing Code
Sending, Receiving and Queuing messages
Writing Queues Via the Administration UI and PowerShell
Integrating RabbitMQ into an Existing Enterprise .Net Application
Routing with Topics Exchange vs Direct Exchange
Setting Up and Managing a RabbitMQ Cluster
Implementing Failover and Replication
Tools and Techniques for Administering RabbitMQ
Managing RabbitMQ via a REST API
Performance Tuning RabbitMQ
Monitoring and securing RabbitMQ
Troubleshooting RabbitMQ
Summary and Conclusion