We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc52fcc commit 116aca1Copy full SHA for 116aca1
servicecontrol/transports.md
@@ -15,7 +15,7 @@ The value for the `TransportType` settings can be any of the following:
15
| Message Transport | `TransportType` values |
16
|-|-|
17
| [Azure Service Bus](#azure-service-bus) | `NetStandardAzureServiceBus` |
18
-| [Azure Storage Queues](#azure-storage-queues) | `AzureStorageQueues` |
+| [Azure Storage Queues](#azure-storage-queues) | `AzureStorageQueue` |
19
| [Amazon Simple Queue Service (SQS)](#amazon-sqs) | `AmazonSQS` |
20
| [RabbitMQ](#rabbitmq)<br/><i>See topology options below.</i> | `RabbitMQ.QuorumConventionalRouting`<br/>`RabbitMQ.ClassicConventionalRouting`<br/>`RabbitMQ.QuorumDirectRouting`<br/>`RabbitMQ.ClassicDirectRouting` |
21
| [SQL Server](#sql) | `SQLServer` |
0 commit comments