Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 7af9589

Browse files
committed
Add RabbitMq access token
1 parent a9f6957 commit 7af9589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/LicenseUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ static class _approved
356356
internal static readonly HashSet<string> __tokens = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
357357
{
358358
"ServiceStack.ServiceClientBase+AccessToken",
359-
"ServiceStack.Messaging.RedisMessageProducer+AccessToken",
359+
"ServiceStack.RabbitMq.RabbitMqProducer+AccessToken",
360360
"ServiceStack.Messaging.RedisMessageQueueClient+AccessToken",
361361
"ServiceStack.Messaging.RedisMessageProducer+AccessToken",
362362
};

0 commit comments

Comments
 (0)