Hi @Niall ,
I need to call a webservice using the SOAP over JMS protocol synchronously.
The link below talks about sending JMS messages asynchronously.
https://camunda.com/best-practices/invoking-services-from-the-process/
But my needs are the below. Please share any docs on how to build such a case.
- Call a webservice using SOAP over JMS.
- Create a SOAP request and send it as part of the service task.
- The service task should not complete until a JMS response has been received back from the webservice called.
-
After a successful JMS response is received and processed , the service task should complete.
-
Is it possible to create and host JMS Queues in camunda. I am using a springboot camunda tomcat combination as of now.??
Regards
Priyotosh