Open Jaryllan opened 4 days ago
Is this something that can be workaround with manually setting the endpoint? @mitchdenny can you take a look?
We should make sure there is a workaround here.
You can override the endpoint port, but we don't have a way to override the scheme. We should change the connection string to set the scheme amqp instead of hardcoding it. That way mutating the endpoint would allow both the port and scheme to be changed.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I am trying to configure RabbitMQ with TLS enabled. But due to the internals are hardcoded to port "5672" and the scheme is hardcoded to "amqp", the connectionstring generated will always be stuck at connecting to amqp and is routed to port 5672.
Describe the solution you'd like
When RabbitMQ is tls enabled,
Additional context
No response