You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SqsDriver creates queue names where dots (.) are replaced with a literal 'dot' string. SetRouterPropertiesExtension is checking that the queue it is being called is the router but Config::createTransportQueueName creates an invalid queue name for SQS as it is not aware of the string replacement.