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.
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
Software | Version |
---|---|
Mule |
4.1.0 and later |
Anypoint Studio |
7.1 and later |
JDK |
8 |
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.
validateNoListenerOnQueue
failed with a null pointer exception (NPE) when generating the error message. (MULE-15236)
Listener did not send a response when an error occurred in the flow. (MULE-15217)
publish-consume
with transactions was broken. (MULE-15214)
March 14, 2018
Software | Version |
---|---|
Mule |
4.1 and later |
Anypoint Studio |
7.1 and later |
JDK |
8 |
Added summary to parameters in Queue Descriptors
and fixed metadata issues with attributes. (MULE-14701)
January 27, 2018
Software | Version |
---|---|
Mule |
4.1 and later |
Anypoint Studio |
7.1 and later |
JDK |
8 |
This release includes the following features:
Added support for message correlation.
Added hinting of available queues in Listener.
VM Connector exported internal classes. (MULE-14444)
November 18, 2017
Software | Version |
---|---|
Mule |
4.0 and later |
Anypoint Studio |
7.1 and later |
JDK |
8 |