Transports
Just like an NServiceBus endpoint, Busly requires a transport configuration before it can send messages. The transport determines how Busly connects to and communicates with your NServiceBus endpoints.
Busly supports the same transports available in NServiceBus. Each transport has its own configuration requirements and capabilities. The sections below provide detailed guides and examples for configuring each transport.
📄️ Amazon SQS
The Amazon SQS Transport is used to communicate to Amazon SQS. It is suitable for development, testing, and production environments.
📄️ Azure Service Bus
The Azure Service Bus Transport is used to communicate to Azure Service Bus.
📄️ Azure Storage Queues
The Azure Storage Queues Transport is used to communicate to Azure Storage Queues. It is suitable for development, testing, and production environments.
📄️ Learning Transport
The Learning Transport is a simple file-based transport used mainly for local development and tutorials.
📄️ Postgre Sql
The Postgre Sql Transport is used to communicate to Postgre Sql. It is suitable for development, testing, and production environments.
📄️ RabbitMQ
The RabbitMQ Transport is used to communicate to RabbitMQ.
📄️ Sql Server
The Sql Server Transport is used to communicate to Microsoft Sql Server. It is suitable for development, testing, and production environments.