Home:ALL Converter>Azure Service bus Relay with Java

Azure Service bus Relay with Java

Ask Time:2016-02-12T17:07:19         Author:Vipin Sharma

Json Formatter

I am trying to have a POC running, with which I can use Azure Service Bus relay with Java as backend.

Azure Service Bus relay allow .NET libraries to integrate. There is no Java library available.

If it is not possible with Java, is there any other alternative with java for relay functionality.

Author:Vipin Sharma,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/35358591/azure-service-bus-relay-with-java
Peter Pan :

I searched an answer for your question from MSDN thread How to relay on premises java web service through service bus?.\n\nThis isn't available in Java. Only WCF Services are able to use Service Bus Relay feature currently.\nSome options to workaround this might be:\n\nCreate a wrapper WCF service in front of the existing Java Service and register it with Service Bus Relay this way making it available.\n\nMaking this into a Loosely coupled architecture by leveraging the Service Bus features that are available currently for Java, like Queues and Topics.\n\n\n\nHope it helps. Best Regards.",
2016-02-15T05:33:19
yy