How to Use Mulesoft VM Connector

VM Connector is used for intra-app (within the app) and inter-app communication through either Transient or Persistent asynchronous queues.               

  • Transient queues: This type of queue is volatile, meaning the data would be lost if the system crashed or restarted. Transient queues are faster than Persistent queues.
  • Persistent queues: This type of queue is more reliable; data would be persisted if the system crashed, failed, or restarted. These queues are slower than Transient queues.

VM Connector is mainly used for the following: