wcf - Windows ServiceBus 1.1 - how to change default ports -


is there way change default ports of windows servicebus 1.1 "internal communication port range 9000 - 9004" ?

is recommended so?

we have conflicting application needing 9004, cannot change default port. change servicebus port.

thanks, karl

in tool 'service bus configuration' can enter these settings option 'create new farm' >> 'with custom settings'. @ bottom there field 'internal communication port range' starting @ 9000.

it doesn't seem possible creation of servicebusnamespace, creation of farm.

if want 'service bus powershell', have @ command 'new-sbfarm' here https://msdn.microsoft.com/en-us/library/jj248757%28v=azure.10%29.aspx.

keyword: -internalportrangestart 9000


Comments