When enabling metrics plugin with SQS transport, I get following exception
[11:57:04.244 ERR
NServiceBus.Metrics.ServiceControl.ServiceControlReporting.NServiceBusMetadataReport] Error while sending metric data to NServiceBus.Routing.UnicastAddressTag.
Amazon.SQS.Model.QueueDoesNotExistException: The specified queue does not exist for this wsdl version.
What am I doing wrong? Enabled it with default params
@DavidBoike : We resolved our issue by calling SanitizeQueuNamesWith(x=>x.Raplace('.', '-')) when setting up the transport, this is something we forgot.