I have setup a RabbitMQ server on a VM in my machine - I have verified through Rabbit MQ web client as well as python code that I am able to publish and receive messages in and out of a queue.
I have setup Jenkins in another VM. I have verified that from this machine I am able to publish/ subscribe messages using the RabbitMQ server.
I've installed RabbitMQ Build Trigger plugin and configured the Rabbit MQ queue in the settings section. I've also verified that the test connection is successful. The settings are as shown in
I've configured a test job and set the token in build trigger to "TOKEN", as shown in
I am publishing a message using RabbitMQ's management web front end, as shown in
The issue is that I don't see a build getting triggered on Jenkins - is there something I am missing in my setup?
Any help will be greatly appreciated.