I’m trying to consume messages published in rabbitmq in the “Queue_teste” queue, following the instructions at RabbitMQ Consumer Connector | Camunda Platform 8 Docs my process is finished but the messages in the queue are not consumed, does anyone have any idea how to resolve this?
Hi @Domingos_Dias, it seems like you’re using the RabbitMQ webhook connector. To get it working, you only need to deploy the diagram, not start the process. Here’s the documentation for more details: Camunda Connector Docs. If this doesn’t solve your issue, could you provide more details?
Thks for your answer @Oleksiivanov. But even simply deploying the diagram does not produce expected results, messages continue not to be consumed
I see that you use URI localhost, but operate
on the production environment, so, I can propose change localhost to your IP address, or try to run an instance of rabbitMQ on a cloud, for example here https://www.cloudamqp.com/ . If you still have a issue, please provide more details
I’m having a problem with my connector as well, the issue for yours might be that the port for the amqp protocol is 5672 but you’re using the http port 15672 in the URI. Also, you might be missing the virtual host of your RabbitMQ at the end of the URI as well