HI,
I am not able to find the option to create a Rabbit MQ connector in Camunda Modeler(5.21)
I have to implement a kind of pub/sub asynchronous integration message pattern for one of my requirement.
Should we install any plugin for this.
Please suggest
Using ready-made connectors is a feature of Camunda 8, unfortunately this is not available in Camunda 7.
What can be done is to create a custom connector yourself to interact with rabbitMQ, but this requires technical knowledge to create connectors, or implement this in Java code.
Camunda 8 by default already offers a native connector for RabbitMQ.