Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-16256706 MQ Custom Fallback Region Beta Connector #2644

Open
wants to merge 7 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,19 @@ Anypoint MQ Connector 4.x includes support for these features:

* Cross-Region Failover
+
Anypoint MQ Connector for Mule 4 version 4.0.7 and later provides failover capability for standard queues.
+
--
Anypoint MQ Connector for Mule 4:

** Version 4.0.7 and later provides failover capability for standard queues.
** Version 4.0.10 and later supports configuring custom fallback regions.

When enabled, if a Mule app can’t reach an Anypoint MQ server in a region, the connector switches to the fallback queue in the fallback region to publish and consume messages.
+

For information, see:
+

** xref:mq::mq-failover.adoc[]
** xref:anypoint-mq-failover.adoc[]

--
* Connected Apps
+
Anypoint MQ Connector for Mule 4 version 4.0.1 and later includes a new format for the *URL* field in the *Global Element Properties* page.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
= Configuring Cross-Region Failover in Your App


Anypoint MQ Connector for Mule 4 version 4.0.7 and later provides failover capability for standard queues.
You can configure failover by specifying a fallback region for standard queues using Anypoint Connector for Anypoint MQ (Anypoint MQ Connector) for Mule version 4.0.7 or later:

* To use the failover feature with the default region, use connector version 4.0.7 or later.
* To configure a specific failover region, use connector version 4.0.10 or later.

This feature is not enabled by default.
Before using this feature, review xref:mq::mq-failover.adoc[].
Expand All @@ -15,7 +18,7 @@ To use the failover feature, do the following:

* In your app:

.. Upgrade Anypoint MQ Connector to version 4.0.7 or later.
.. Upgrade Anypoint MQ Connector to version 4.0.7 or later (default fallback region) or 4.0.10 or later (custom fallback region).
.. <<enable-failover-feature,Enable failover in your app.>>
.. (Optional) <<configure-check-frequency,Change the check frequencies>>.

Expand Down