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 proxy creation log message contains the transport name instead of the endpoint name, so if there is more than one endpoint in the transport, the same log messages are shown, for example:
Expected behavior
Proxy for endpoint EndpointA created on rabbit-mq
Proxy for endpoint EndpointB created on rabbit-mq
Actual behavior
Proxy for endpoint sql created on rabbit-mq
Proxy for endpoint sql created on rabbit-mq
Versions
all versions
Steps to reproduce
Configure a SQL endpoint and a RabbitMQ endpoint. Then start the bridge.
Relevant log output
Proxy for endpoint sql created on rabbit-mq
Proxy for endpoint sql created on rabbit-mq