HI,
Is there a way of forcing SB-Messaging adapter to use http insteed of tcp?
I am behind a firewall where I can't open the tcp ports.
I did a C# app where I by adding "ServiceBusEnvironment.SystemConnectivity.Mode = ConnectivityMode.Http;" solved the problem.
Can the same be done in BTS SB-Messaging adapter in?
/// Johan