> For the complete documentation index, see [llms.txt](https://brightercommand.gitbook.io/paramore-brighter-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports.md).

# Transports

- [RabbitMQ Configuration](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/rabbitmqconfiguration.md): RabbitMQ is OSS message-oriented-middleware and is well documented.
- [RabbitMQ Durability: Quorum Queues and Persistence](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/rabbitmqconfiguration/rabbitmqdurability.md): RabbitMQ offers two independent durability mechanisms, and they answer different questions.
- [Migrating to Quorum Queues](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/rabbitmqconfiguration/rabbitmqmigratetoquorumqueues.md): This guide moves an existing Brighter subscription from a classic queue to a quorum queue, and enables message persistence alongside it.
- [RabbitMQ Connection Stability](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/rabbitmqconfiguration/rabbitmqconnectionstability.md): V10 includes improvements to RabbitMQ connection handling and error recovery, making applications more resilient to network issues and broker restarts.
- [Kafka Configuration](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/kafkaconfiguration.md): Kafka is OSS message-oriented-middleware and is well documented.
- [AWS SNS and SQS Configuration](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/awssqsconfiguration.md): SNS and SQS are proprietary message-oriented-middleware available on the AWS platform.
- [Migrating AWS SQS to V10](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/awssqsconfiguration/awssqsmigratetov10.md): Brighter provides support for both version 3 and version 4 of the AWS SDK for .NET through separate NuGet packages.
- [Azure Service Bus Configuration](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/azureservicebusconfiguration.md): Azure Service Bus (ASB) is a fully managed enterprise message broker and is well documented Brighter handles the details of sending to or receiving from ASB.
- [PostgreSQL Message Broker](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/postgresqlmessagebroker.md): Brighter supports for using PostgreSQL as a message broker, enabling pub/sub messaging patterns using your existing PostgreSQL infrastructure.
- [PostgreSQL Broker Trade-Offs](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/postgresqlmessagebroker/postgresqlbrokertradeoffs.md): This page is what you read when deciding whether to use PostgreSQL as a broker at all: what it buys you, where it runs out, how it stores a payload, and how it compares with the dedicated brokers.
- [InMemory Transport](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/inmemorytransport.md): The in-process transport: when to use it, how to configure it, a complete example, and its limits.
- [Brighter Control API](https://brightercommand.gitbook.io/paramore-brighter-documentation/transports/brightercontrolapi.md): The Brighter Control API allows direct management of a Dispatcher node.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://brightercommand.gitbook.io/paramore-brighter-documentation/transports.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
