Frequently Asked Questions¶
This section collects common questions about ServiceBus.Core and ServiceBus.Core.Rabbit.
The goal is to provide quick answers to recurring topics without requiring readers to navigate multiple sections of the documentation.
Topics¶
The FAQ is organized into the following areas:
| Topic | Description |
|---|---|
| Publishers and Subscribers | Client lifecycle, routing and message processing. |
| Retry and Delivery | Retry behavior, acknowledgements and delivery confirmations. |
| Formatters | Serialization, formatter selection and compatibility. |
Before Reading The FAQ¶
Many questions are covered in greater detail elsewhere.
See:
- RabbitMQ Concepts
- RabbitMQ How To
- RabbitMQ Reference
- Formatters
- Troubleshooting
for comprehensive explanations.
Philosophy¶
The FAQ focuses on practical questions such as:
- "Why is my subscriber not consuming messages?"
- "Why is my message not retried?"
- "Which formatter should I use?"
- "Do I need delivery confirmations?"
For implementation details, prefer the dedicated documentation pages.