Connecting camunda with JMS like solace

Hi, is it possible to connect camunda with an external JMS broker like solace ?

I have standalone camunda, and a microservice (say X) talks via http to the camunda. I am trying to achieve camunda notifying X about the start and end of the task via JMS.

I have tried http-connector, it works however, if its through JMS would be convinient.

@Minisha_M, you can create ExecutionListener and attach it to Start and Event of the process. In the ExecutionListener, you can provide a implementation to publish the events to JMS provider.

Refer these blogs: