VM Connector - Mule 4 icon

VM Connector - Mule 4

(1 review)

home

The VM Connector is used for intra/inter app communication. The communication is done through asynchronous queues, which can be either transient or persistent.

Transient queues are faster, but not reliable in the case of a system crash. Persistent queues, on the other hand are slower but reliable.

When running on a single instance, persistent queues work by serializing and storing the contents into disk. When running in cluster mode, persistent queues are backed by the memory grid instead. This means that when a flow uses the VM connector to publish content to a queue, the Runtime will decide whether to process that message in the same origin node or to send it out to the cluster for another node to pick it up. This is an easy way to distribute load across the cluster. In either way, transactions are always supported.

This connector is pre-installed in Studio 7.

Note: This connector module only works with Mule 4 and Studio 7.


Reviews

TypeConnector
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onDec 15, 2023
Asset overview

Asset versions for 2.0.x

Asset versions
VersionActions
2.0.1
2.0.0

Categories

Functions
Cloud InfrastructureNo values left to add
Level
SelectNo values left to add

Tags