Describe the bug
Description
from @maksim-sovkov
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
Additional Information
Workarounds
N/A
Possible solutions
Update the log message.
Additional information