Does Bonita v7.2 support the Microsoft's Azure Service Bus & Azure Logical App?

My requirement is to Send/Receive Message queues from Azure Service Bus .But iam not sure how to achieve it.Can any one share their ideas regarding this requirement.And also would like to know will Bonita v7.2 version supports the Microsoft’s Azure Services (Logical App/Azure Service Bus) or not?

If Java supports it, then yes you can use ASB with Bonitasoft. you may have to write your own interface for exactly what you want but reading here:

https://azure.microsoft.com/en-us/documentation/articles/service-bus-java-how-to-use-topics-subscriptions/

it seems very easy to incorporate and implement the requirement.

There are rwo ways to develop it, in Eclipse (the way they do) and test it, but that doesn’t tet BonitaSoft, I would create a new diagram with two pools,

Read ASB
Write to ASB

And create the necessary Script Connector (Groovy also allows Java so the code shown should work from there) in Java making sure you include the dependencies and copy the jar files to the tomcat/lib directory.

Looks interesting. Let us know how you get on, and if successful, why not publish as a Project on the community Project Forum

regards
Seán

PS: If this reply answers your question, please mark a resolved.