Hi Support,
My azure service bus giving me below exception when listener trying to connect it:
Service cannot be started. System.ServiceModel.AddressAlreadyInUseException: The specified address already exists.Address sb://ServiceBusName.servicebus.windows.net/ is already in use by an existing listener with different settings. TrackingId:2fa03e51-934c-4d40-b8ce-e65f1d0d3883_G17,
SystemTracker:NoSystemTracker, Timestamp:7/3/2018 11:37:46 AM
Error occurred: The specified address already exists.Address sb://ServiceBusName.servicebus.windows.net/ is already in use by an existing listener with different settings. TrackingId:2fa03e51-934c-4d40-b8ce-e65f1d0d3883_G17, SystemTracker:NoSystemTracker, Timestamp:7/3/2018 11:37:46 AM
Service bus can connect with multiple listener with different settings.
We used NetTcpRelayBinding in the listener to connect with service bus.
Exception comes when "ServiceHost.Open(new TimeSpan(0, 0, 30)); method is called.
Even I can't see how many listener are connected with service bus.
I googled it and found a image where they specify the listener count("https://stackoverflow.com/questions/42683450/can-i-programmatically-get-a-list-of-azure-service-bus-relays-and-how-many-liste") , but same is not appeared on my azure machine. Can you help me to find out this, how I can locate the no. of listener?
Looking forward a quick reply.