0

We are exposing the REST service via Azure Service Bus. I've seen couple of sample for connection reuse of SOAP Services with ChannelFactory.

However I've not come across how to re-use connection for Azure Service Bus Relay REST Service. Could someone please share code/idea on how it's possible to reuse connection for Azure Service Bus Relay REST service?

Thanks.

TheDude
  • 3,796
  • 2
  • 28
  • 51
Nil Pun
  • 17,035
  • 39
  • 172
  • 294

1 Answers1

0

You can cache the channels that you create with the ChannelFactory

TheDude
  • 3,796
  • 2
  • 28
  • 51