Connecting to a message queue

I am trying to connect to a Rabbitmq instance running locally from Camunda engine. I specified a producer in EjbBpmPlatformBootstrap.java at the end of the start() method to send a single message to the queue, but can’t seem to connect. Is it a Tomcat configuration issue?

Turns out I forgot to override the performOperationStep method.