c# - how to call one service from another service using azure service bus relay -
we using wcf services azure service bus.
i referred link: https://azure.microsoft.com/en-in/documentation/articles/service-bus-dotnet-hybrid-app-using-service-bus-relay/
i have following scenarios:
i have created service1 directly consumed client (within same namespace path servicepath1). example: sb://mynamespace.servicebus.windows.net/servicepath1
i have created service2 directly consumed client (within same namespace path servicepath2). example: sb://mynamespace.servicebus.windows.net/servicepath2
service1 , service2 consumed client.
i had consume service2 within service1 or vice versa (as per business need)and achieved considering service1 client service2.
it working fine wanted know better way achieve this.
please guide or share pointers.
Comments
Post a Comment