I have created a workflow that sets up queues in RabbitMQ using the AMQP plugin library, calling AMQP/Configuration/Declare a Queue, AMQP/Configuration/Bind and AMQP/Configuration/Subscribe to queues for each queue I want to create. When we add a new organization to our vCloud we set up queues specific to this organization.
My question is if there is a way to automate the creation of the policies in VCO that monitor the queues and then OnMessage call a specific workflow. It is a tedious process to create them manually on the Policy tab and I'd like to add the functionality to the workflow I described above. I have searched for a solution and through the API and have not found anything so I thought I'd ask. Thanks for any suggestions!