Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport 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
December 15, 2023
This connector is now compatible with Java 17.
| Software | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
Anypoint Studio  | 
7.3 and later  | 
OpenJDK  | 
8, 11, and 17  | 
July 18, 2018
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.