Skip to content

Commit 3c911f8

Browse files
Travis Nickelsbording
authored andcommitted
Update RabbitMQ manifest example
1 parent c1ae8e2 commit 3c911f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceControl.Transports.RabbitMQ/transport.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"DisplayName": "RabbitMQ - Conventional routing topology (quorum queues)",
2828
"AssemblyName": "ServiceControl.Transports.RabbitMQ",
2929
"TypeName": "ServiceControl.Transports.RabbitMQ.RabbitMQQuorumConventionalRoutingTransportCustomization, ServiceControl.Transports.RabbitMQ",
30-
"SampleConnectionString": "host=<HOSTNAME>;username=<USERNAME>;password=<PASSWORD>;DisableRemoteCertificateValidation=<true|false(default)>;UseExternalAuthMechanism=<true|false(default)>;DisableManagementApi=<true|false(default)>;ManagementUri=<SCHEME://USERNAME:PASSWORD@HOST:PORT>",
30+
"SampleConnectionString": "host=<HOSTNAME>;username=<USERNAME>;password=<PASSWORD>;DisableRemoteCertificateValidation=<true|false(default)>;UseExternalAuthMechanism=<true|false(default)>;DisableManagementApi=<true|false(default)>;ManagementApiUrl=<SCHEME://USERNAME:PASSWORD@HOST:PORT>",
3131
"AvailableInSCMU": true,
3232
"Aliases": [
3333
"ServiceControl.Transports.RabbitMQ.QuorumConventialRoutingTopologyRabbitMQTransport, ServiceControl.Transports.RabbitMQ"
@@ -38,7 +38,7 @@
3838
"DisplayName": "RabbitMQ - Direct routing topology (quorum queues)",
3939
"AssemblyName": "ServiceControl.Transports.RabbitMQ",
4040
"TypeName": "ServiceControl.Transports.RabbitMQ.RabbitMQQuorumDirectRoutingTransportCustomization, ServiceControl.Transports.RabbitMQ",
41-
"SampleConnectionString": "host=<HOSTNAME>;username=<USERNAME>;password=<PASSWORD>;DisableRemoteCertificateValidation=<true|false(default)>;UseExternalAuthMechanism=<true|false(default)>;DisableManagementApi=<true|false(default)>;ManagementUri=<SCHEME://USERNAME:PASSWORD@HOST:PORT>",
41+
"SampleConnectionString": "host=<HOSTNAME>;username=<USERNAME>;password=<PASSWORD>;DisableRemoteCertificateValidation=<true|false(default)>;UseExternalAuthMechanism=<true|false(default)>;DisableManagementApi=<true|false(default)>;ManagementApiUrl=<SCHEME://USERNAME:PASSWORD@HOST:PORT>",
4242
"AvailableInSCMU": true,
4343
"Aliases": [
4444
"ServiceControl.Transports.RabbitMQ.QuorumDirectRoutingTopologyRabbitMQTransport, ServiceControl.Transports.RabbitMQ"

0 commit comments

Comments
 (0)