Learning RabbitMQ With C# - Helion

ebook
Autor: Saineshwar BageriISBN: 9789388176941
stron: 108, Format: ebook
Data wydania: 2024-12-11
Księgarnia: Helion
Cena książki: 76,49 zł (poprzednio: 84,99 zł)
Oszczędzasz: 10% (-8,50 zł)
Step by Step guide to develop solutions using RabbitMQ message queuing with .Net application.
Key Features
Description
This book is meant for developers, architects, solution providers, consultants and engineers, Primarily the book requires knowledge of C#, but it can also be understood by anybody with a bit of programming background. This book contains instructions on how to set up and Install RabbitMQ on Windows and how to use Web Management Plugin of RabbitMQ. It also discusses topics such as Exchanges, types of Rabbit MQ Exchanges and Queue along with Binding in RabbitMQ and creating RabbitMQ Users, Publishing/ Reading/ Deleting Messages Using C#
What Will You Learn
Who This Book Is For
This book is for developers, architects, solution providers, consultant, and engineers to develop solutions using RabbitMQ message and queuing with .Net applications.
Table of Contents
- RabbitMQ Introduction
- RabbitMQ Setup
- RabbitMQ Exchanges
- RabbitMQ Queues
- Binding in RabbitMQ
- RabbitMQ Users
- RabbitMQ Virtual hosts
- Connections
- Channels
- Publishing Message
- Reading Message
- Delete Message
- Publish Message Using C# to RabbitMQ
- Using RabbitMQ Direct Message Exchanges with .Net Application
- Using RabbitMQ Topic Message Exchanges with .Net Application
- Using RabbitMQ Fanout Message Exchanges with .Net Application
- Using RabbitMQ Headers Message Exchanges with .Net Application
Saineshwar Bageri is a Software Developer working on .NET Web Technologies for six years. His expertise also includes Visual Studio, Team Foundation Server, Entity Framework, Unit Testing AngularJS and JavaScrip. He has been presented with MVP awards by Microsoft (2018) and C# Corner (2014-2018) for his contribution to the community.
linkedin: linkedin.com/in/saineshwar-bageri-mvp-35200440
Osoby które kupowały "Learning RabbitMQ With C#", wybierały także:
- Biologika Sukcesji Pokoleniowej. Sezon 3. Konflikty na terytorium 127,27 zł, (14,00 zł -89%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 93,33 zł, (14,00 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Scrum. O zwinnym zarz 77,78 zł, (14,00 zł -82%)
Spis treści
Learning RabbitMQ With C# eBook -- spis treści
- Cover
- Learning Rabbitmq With C#
- Copyright
- Table of Contents
- Preface
- Acknowledgement
- RabbitMQ Introduction
- What is RabbitMQ?
- Why and when should we use RabbitMQ?
- What is AMQP?
- RabbitMQ Setup
- What is Erlang
- Installing Erlang
- Downloading RabbitMQ
- Installing RabbitMQ
- Starting RabbitMQ Server
- RabbitMQ Exchanges
- What are the Exchanges?
- Adding Exchanges
- RabbitMQ Queues
- What is the Queue?
- Parameters of Queues in Details
- Adding Queue
- Binding in RabbitMQ
- What is Binding
- RabbitMQ Users
- Currently Supported by the Management Plugin
- Creating Users
- Setting Privilege to Access Virtual Hosts
- RabbitMQ Virtual Hosts
- What are Virtual Hosts?
- Creating Virtual host
- Creating Users
- Setting Privilege to Access Virtual Hosts
- Connections
- Channels
- Note for Mode
- Note for Prefetch count
- Publishing Message
- Snapshot after Publishing Message
- Reading Message
- Snapshot while Reading the Message
- Delete Message
- Publish Message Using C# to RabbitMQ
- Creating RequestRabbitMQ Application
- Adding RabbitMQ.Client NuGet Package
- Adding Direct Exchange
- Adding Queue
- Binding the Demoqueue with demoExchange
- Adding a Directmessages Class
- Consume Message Using C# to RabbitMQ
- Adding RabbitMQ.Client NuGet Package
- Code snippet of MessageReceiver class
- Queue is Empty
- Queue after Publishing Message
- Using RabbitMQ Direct Message Exchanges with .Net Application
- Types of Exchanges
- Creating RequestRabbitMQ Application
- Adding RabbitMQ.Client NuGet Package
- Adding Direct Exchange
- Adding Queue
- Binding the request.queue with request.exchange
- Adding a Directmessages Class
- Now Lets See queue status request.queue
- Creating RabbitMQConsumer Application
- Adding RabbitMQ.Client NuGet Package
- Queue after publishing Message
- Conclusion
- Using RabbitMQ Topic Message Exchanges with .Net Application
- What is the Topic Exchange?
- Creating RequestRabbitMQ Application
- Adding RabbitMQ.Client NuGet Package
- Adding Topic Exchange
- Adding Queue
- Binding the topic.delhi.queue with topic.exchange
- Adding a Topicmessages Class
- Published Message to "topic.bombay.queue"
- Creating RabbitMQConsumer Application
- Adding RabbitMQ.Client NuGet Package
- The queue has one Request which we have published
- Published Message to topic.delhi.queue
- Published Message to "topic.delhi.queue"
- Consumed Message from topic.delhi.queue
- Conclusion
- Using RabbitMQ Fanout Message Exchanges with .Net Application
- What is a Fanout Exchange?
- Adding RabbitMQ.Client NuGet Package
- Adding Fanout Exchange
- Adding Queue
- Adding a Fanoutmessages Class
- Published Message to all queues of "fanout.exchange"
- Creating RabbitMQConsumer Application
- Adding RabbitMQ.Client NuGet Package
- Conclusion
- Using RabbitMQ Headers Message Exchanges with .Net Application
- What is a Headers exchange?
- Creating RequestRabbitMQ Application
- Adding RabbitMQ.Client NuGet Package
- Adding Fanout Exchange
- Binding the Queues
- Adding a Headersmessages Class
- Creating RabbitMQConsumer Application
- Adding RabbitMQ.Client NuGet Package
- The queue has one request which we have published
- Conclusion