VM Connector Release Notes - Mule 4
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.
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 |
Anypoint Studio |
7.3 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_TIMEOUT
error. -
In this version, a
VM:PUBLISH_CONSUMER_FLOW_ERROR
is 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.