We are considering using Azure Service Bus (or Service Bus for Windows Server) to publish business events as pub/sub topics generated by our .Net services. We want these events to be picked up by IBM Lombardi BPM (without polling). It isn't clear that Lombardi BPM V8.5.6 can subscribe to Azure (or Service Bus for Windows Server) topics.
- Can this be done with out-of-the-box Lombardi BPM?
- How do you do it?
As far as I understand this page, Service Bus for Windows Server should be compatible with JMS (I am myself a Java guy, so I am not familiar with the Service Bus).
Given that my assumption is correct, here you can find some examples of integrating JMS in IBM BPM: http://www.ibm.com/developerworks/bpm/library/techarticles/1510_liu-trs/1510_liu.html
https://www-01.ibm.com/support/knowledgecenter/#!/SSFPJS_8.5.6/com.ibm.wbpm.wle.editor.doc/topics/sending_message_events.html