AMQP Connector Examples
To fully benefit from using Anypoint Connector for AMQP (AMQP Connector), see the following examples of configuring the connector operations:
- 
Manage Message Acknowledgments
Configure AMQP Connector to manage different acknowledgment configurations, such as automatic acknowledgment on success, immediate acknowledgment, and manual acknowledgment. - 
Listen for New Messages
Configure the Listener source to listen for new messages as they arrive into an AMQP queue. - 
Publish New Messages
Configure the Publish operation to create a new AMQP message and send it to the specified exchange. - 
Consume Messages
Configure the Consume operation to consume a message at any given time in the flow, from any given AMQP queue. - 
Publish Messages and Listen for Replies
Configure the Publish Consume operation to publish a message to any exchange, and then wait for a reply on a different destination. - 
Manage Transactions
Configure AMQP Connector to manage transactional connections to execute a series of operations. - 
Avoid Changing the AMQP Topography
Configure AMQP Connector global config properties so that the declaration of AMQP exchanges and queues is disabled. - 
Connect to mTLS
Configure AMQP Connector to connect to an AMQP broker with mutual TLS (mTLS) authentication. 



