Skip to content

Commit

Permalink
PP9-12207: Changing the default queue name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Sajna committed Oct 10, 2024
1 parent f68d6e6 commit 51bcba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Picturepark.SDK.V1.ServiceProvider
public class ServiceProviderClient : IDisposable
{
private const string DefaultExchangeName = "pp.livestream";
private const string DefaultQueueName = "pp.livestream";
private const string DefaultQueueName = "pp.livestream.messages";

private readonly Configuration _configuration;
private readonly ConnectionFactory _factory;
Expand Down

0 comments on commit 51bcba1

Please sign in to comment.