Skip to content

Commit

Permalink
use amqp websocket transport type (#378)
Browse files Browse the repository at this point in the history
* use amqp websocket transport type

* comment
  • Loading branch information
cfarmer-fearless authored May 30, 2024
1 parent 2a0186d commit ef6349c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public BulkUploadSvcBusClient(IEnvironmentVariableProvider environmentVariablePr
_logger = logger;
_svcBusClient = new ServiceBusClient(_serviceBusConnectionString, new ServiceBusClientOptions
{
TransportType = ServiceBusTransportType.AmqpTcp,
TransportType = ServiceBusTransportType.AmqpWebSockets, // Use port 443.
RetryOptions = new ServiceBusRetryOptions
{
TryTimeout = TimeSpan.FromSeconds(60),
Expand Down

0 comments on commit ef6349c

Please sign in to comment.