@@ -13,13 +13,13 @@ These settings are only here so that we can debug ServiceControl while developin
1313 <add key =" ServiceControl/AllowMessageEditing" value =" true" />
1414
1515 <!-- DEVS - Pick a transport to run Primary instance on -->
16- <!-- < add key="ServiceControl/TransportType" value="LearningTransport" /> -- >
16+ <add key =" ServiceControl/TransportType" value =" LearningTransport" />
1717 <!-- <add key="ServiceControl/TransportType" value="AmazonSQS" />-->
1818 <!-- <add key="ServiceControl/TransportType" value="AzureStorageQueue" />-->
1919 <!-- <add key="ServiceControl/TransportType" value="MSMQ" />-->
2020 <!-- <add key="ServiceControl/TransportType" value="NetStandardAzureServiceBus" />-->
2121 <!-- <add key="ServiceControl/TransportType" value="PostgreSQL" />-->
22- <add key =" ServiceControl/TransportType" value =" RabbitMQ.QuorumConventionalRouting" />
22+ <!-- < add key="ServiceControl/TransportType" value="RabbitMQ.QuorumConventionalRouting" /> -- >
2323 <!-- <add key="ServiceControl/TransportType" value="SQLServer" />-->
2424
2525 <add key =" ServiceControl/PersistenceType" value =" RavenDB" />
@@ -29,7 +29,7 @@ These settings are only here so that we can debug ServiceControl while developin
2929
3030 <!-- Learning -->
3131 <!-- If the LearningTransport connectionString is empty, it will default to the solution directory when running/debugging from the IDE -->
32- <!-- < add name="NServiceBus/Transport" connectionString="Server=localhost;Database=nservicebus;Port=5432;User Id=phil;Password=P@ssw0rd1; " /> -- >
32+ < add name =" NServiceBus/Transport" connectionString =" " />
3333
3434 <!-- Amazon SQS -->
3535 <!-- <add name="NServiceBus/Transport" connectionString="Region=;QueueNamePrefix=;TopicNamePrefix=;AccessKeyId=;SecretAccessKey=;S3BucketForLargeMessages=;S3KeyPrefix=" />-->
@@ -47,7 +47,7 @@ These settings are only here so that we can debug ServiceControl while developin
4747 <!-- <add name="NServiceBus/Transport" connectionString="Server=;Database=nservicebus;Port=5432;User Id=;Password=" />-->
4848
4949 <!-- RabbitMQ.QuorumConventionalRouting-->
50- <add name =" NServiceBus/Transport" connectionString =" host=localhost:7672 ;username=guest ;password=guest;ManagementApiUrl=http://localhost:17672 " />
50+ <!-- < add name="NServiceBus/Transport" connectionString="host=;username=;password=" /> -- >
5151
5252 <!-- SQLServer -->
5353 <!-- <add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
0 commit comments