Camunda JMS Support Query

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.
  1. Call a webservice using SOAP over JMS.
  2. Create a SOAP request and send it as part of the service task.
  3. The service task should not complete until a JMS response has been received back from the webservice called.
  4. After a successful JMS response is received and processed , the service task should complete.
    
  5. Is it possible to create and host JMS Queues in camunda. I am using a springboot camunda tomcat combination as of now.??
    

Regards
Priyotosh

@Niall Another one for you to look at . Thanks in advance.

@Niall It will be valuable to get your inputs on this one.