I’ve asked Google and searched through the NServiceBus website and forums, but I can’t seem to find any prescriptive guidance on how I would write a Java application to subscribe to a publisher. Does anyone have any such link or experience?
I’ve asked Google and searched through the NServiceBus website and forums, but I can’t
Share
This scenario is not well supported out of the box – you’ll need to do some infrastructure munging yourself. In general, look at how the proxy is built, and add some gateway-style HTTP communication in the mix, or expose that with a standard .NET webservice.