From 61510ec0c57521598ceba60310db9f55631a5f54 Mon Sep 17 00:00:00 2001 From: Hanna Nelson Date: Tue, 16 Jul 2024 17:30:21 -0700 Subject: [PATCH 1/5] W-16256706 MQ Custom Fallback Region Beta --- .../ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc | 6 +++++- .../4.x/modules/ROOT/pages/anypoint-mq-failover.adoc | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc index e30546ff38..bf3d420909 100644 --- a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc +++ b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc @@ -18,7 +18,11 @@ 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.9 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. + diff --git a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc index 5159debdfe..01f954de96 100644 --- a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc +++ b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc @@ -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.9 or later. This feature is not enabled by default. Before using this feature, review xref:mq::mq-failover.adoc[]. From a70542bfbbf775c49e8f656aa1ea22e501266e7e Mon Sep 17 00:00:00 2001 From: Hanna Nelson Date: Tue, 16 Jul 2024 17:31:40 -0700 Subject: [PATCH 2/5] space --- anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc index 01f954de96..b75137d84a 100644 --- a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc +++ b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc @@ -1,7 +1,7 @@ = Configuring Cross-Region Failover in Your App -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: +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.9 or later. From 13180699893ff9358fd000886bf4720b92465662 Mon Sep 17 00:00:00 2001 From: Hanna Nelson Date: Tue, 16 Jul 2024 17:34:36 -0700 Subject: [PATCH 3/5] added distinction --- anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc index b75137d84a..e4c1af7e7a 100644 --- a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc +++ b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc @@ -18,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.9 or later (custom fallback region). .. <> .. (Optional) <>. From 02bd42e566a6b564109c50d3fba3f6395a48e491 Mon Sep 17 00:00:00 2001 From: Hanna Nelson Date: Tue, 16 Jul 2024 17:40:53 -0700 Subject: [PATCH 4/5] formatting --- .../pages/anypoint-mq-connector-upgrade-migrate.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc index bf3d420909..acff7664ac 100644 --- a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc +++ b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc @@ -20,17 +20,17 @@ Anypoint MQ Connector 4.x includes support for these features: + -- Anypoint MQ Connector for Mule 4: -+ + ** Version 4.0.7 and later provides failover capability for standard queues. ** Version 4.0.9 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. From 5c40f3e09910072ab736dd5fa5f3cf090118bcc0 Mon Sep 17 00:00:00 2001 From: Hanna Nelson Date: Tue, 13 Aug 2024 11:22:57 -0700 Subject: [PATCH 5/5] version number --- .../ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc | 2 +- anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc index acff7664ac..2911050e41 100644 --- a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc +++ b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-connector-upgrade-migrate.adoc @@ -22,7 +22,7 @@ Anypoint MQ Connector 4.x includes support for these features: Anypoint MQ Connector for Mule 4: ** Version 4.0.7 and later provides failover capability for standard queues. -** Version 4.0.9 and later supports configuring custom fallback regions. +** 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. diff --git a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc index e4c1af7e7a..cf7e07122c 100644 --- a/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc +++ b/anypoint-mq/4.x/modules/ROOT/pages/anypoint-mq-failover.adoc @@ -4,7 +4,7 @@ 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.9 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[]. @@ -18,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 (default fallback region) or 4.0.9 or later (custom fallback region). +.. Upgrade Anypoint MQ Connector to version 4.0.7 or later (default fallback region) or 4.0.10 or later (custom fallback region). .. <> .. (Optional) <>.