Getting started Community Training Tutorials Documentation APIs, AI & Tools
VM Connector Release Notes
Support Category: Select
Anypoint Connector for VM enables communication between apps or within an app through asynchronous queues. The asynchronous queues can be either transient or persistent.
This connector is pre-installed in Anypoint Studio 7 and later.
Guide: VM Connector User Guide
2.0.3
September 4, 2026
What’s New
-
This release includes general security fixes.
Compatibility
| Software | Version |
|---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
2.0.2
July 28, 2026
What’s New
-
This connector version requires Mule runtime 4.6.22 or later if you’re using Mule 4.6.x, or Mule runtime 4.9.9 or later if you’re using Mule 4.9.x. If you prefer not to upgrade your Mule runtime, use the connector version released immediately after this one.
Compatibility
| Software | Version |
|---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
2.0.1
December 15, 2023
What’s New
-
This connector is now compatible with Java 17.
Compatibility
| Software | Version |
|---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
2.0.0
July 18, 2018
Features
The main difference between this version and previous versions is how the publish-consume operation manages errors:
-
In previous versions, if the flow at the receiving end failed, the operation failed with a
VM:QUEUE_TIMEOUTerror. -
In this version, a
VM:PUBLISH_CONSUMER_FLOW_ERRORis thrown instead, signaling the difference between a timeout and an actual failure.
It’s still possible for the publish-consume operation to fail with a timeout error if the receiving flow doesn’t fail, but also doesn’t respond in time.



