Mule Configuration XML tags for RabbitMQ
Mule Configuration XML tags As we know, AMQP Connector was not auto included in the Studio/ Eclipse. I have created mule xml configuration manually for one of my project. Before started writing flow and global variables in mule configurations file, we need to write correct mule tag for rabbitmq so that Flow can work without breaking. Below is the tested mule tag. <mule xmlns:tracking="http://www.mulesoft.org/schema/mule/ee/tracking" xmlns:db="http://www.mulesoft.org/schema/mule/db" xmlns:jdbc-ee="http://www.mulesoft.org/schema/mule/ee/jdbc" xmlns:metadata="http://www.mulesoft.org/schema/mule/metadata" xmlns:json="http://www.mulesoft.org/schema/mule/json" xmlns:http="http://www.mulesoft.org/schema/mule/http" xmlns:amqp="http://www.mulesoft.org/schema/mule/amqp" xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:doc="http://www.mulesoft.org/schema/mule/documentation...