azureservicebus - Windows Azure ServiceBus Relay clarification -


could 1 azure service bus expert me queries below?

  1. when these tcp ports gets used 9350 9354? communication between azure service bus relay , on-premise wcf service?

  2. if use webhttprelaybinding, client service bus end point request happens via https , sb wcf service via tcp?

  3. if use tcprelaybinding client sb , sb wcf service happens on tcp?

  4. is possible use hybrid connection webhttprelaybinding noticing slow response time?

  5. is fair assume tcprelaybinding faster webhttprelay binding?

  6. is fair assume communication between sb , wcf service (onpremise) happens on tcp only?

1) tcp ports used when listener interacts service bus.

2) can specify connection type sb -> on premise service setting servicebusenvironment.systemconnectivity.mode = connectivitymode.http. default setting connectivitymode.autodetect, attempt use tcp first.

3) similar 2.

4) not sure on atm.

5) believe faster.

6) nope, if autodetect connectivity mode, communication can happen via http.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -