From 0b2b4b4c7b45dc05bf7d6cb514f2c925e7494f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Czoma?= Date: Tue, 9 Jul 2024 16:00:53 -0400 Subject: [PATCH] Minor editorial improvements [skip ci] --- README.md | 4 ++-- examples/exclusive-queue/README.md | 4 ++-- examples/non-exclusive-queue/README.md | 4 ++-- examples/partitioned-queue/README.md | 4 ++-- examples/queue-template/README.md | 4 ++-- examples/queue-with-jndi/README.md | 4 ++-- examples/queue-with-topic-subscriptions/README.md | 4 ++-- examples/topic-endpoint-template/README.md | 4 ++-- examples/topic-endpoint-with-jndi/README.md | 4 ++-- examples/topic-endpoint/README.md | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 042a2e3..b0168a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Solace PubSub+ Software Event Broker Queues & Endpoints Terraform Module +# Solace PubSub+ Appliance Queues & Endpoints Terraform Module -This Terraform module configures a "guaranteed messaging endpoint" or an "endpoint template" on the [Solace PubSub+ Event Broker](https://solace.com/products/event-broker/). +This Terraform module configures a "guaranteed messaging endpoint" or an "endpoint template" on the [Solace PubSub+ Appliance](https://solace.com/products/event-broker/). This module supports the configuration of one of the following: diff --git a/examples/exclusive-queue/README.md b/examples/exclusive-queue/README.md index 34c4fa8..1c9664d 100644 --- a/examples/exclusive-queue/README.md +++ b/examples/exclusive-queue/README.md @@ -1,6 +1,6 @@ # Exclusive Queue Example -Configuration in this directory creates an [exclusive queue](https://docs.solace.com/Messaging/Guaranteed-Msg/Configuring-Queues.htm#Configuring_Access_Types_..49?Highlight=exclusive) on the PubSub+ event broker leveraging the Queues & Endpoints Terraform module. +Configuration in this directory creates an [exclusive queue](https://docs.solace.com/Messaging/Guaranteed-Msg/Configuring-Queues.htm#Configuring_Access_Types_..49?Highlight=exclusive) on the PubSub+ appliance leveraging the Queues & Endpoints Terraform module. ## Module Configuration in the Example @@ -29,7 +29,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/non-exclusive-queue/README.md b/examples/non-exclusive-queue/README.md index 10916c8..f6c0ccf 100644 --- a/examples/non-exclusive-queue/README.md +++ b/examples/non-exclusive-queue/README.md @@ -1,6 +1,6 @@ # Non-exclusive Queue Example -Configuration in this directory creates a [non-exclusive queue](https://docs.solace.com/Get-Started/message-exchange-patterns.htm#Point-to) on the PubSub+ event broker leveraging the Queues & Endpoints Terraform module. +Configuration in this directory creates a [non-exclusive queue](https://docs.solace.com/Get-Started/message-exchange-patterns.htm#Point-to) on the PubSub+ appliance leveraging the Queues & Endpoints Terraform module. ## Module Configuration in the Example @@ -29,7 +29,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/partitioned-queue/README.md b/examples/partitioned-queue/README.md index 5297aa8..191fa09 100644 --- a/examples/partitioned-queue/README.md +++ b/examples/partitioned-queue/README.md @@ -1,6 +1,6 @@ # Partitioned Queue Example -Configuration in this directory creates a [partitioned queue](https://docs.solace.com/Messaging/Guaranteed-Msg/Queues.htm#partitioned-queues) on the PubSub+ event broker leveraging the Queues & Endpoints Terraform module. +Configuration in this directory creates a [partitioned queue](https://docs.solace.com/Messaging/Guaranteed-Msg/Queues.htm#partitioned-queues) on the PubSub+ appliance leveraging the Queues & Endpoints Terraform module. ## Module Configuration in the Example @@ -33,7 +33,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/queue-template/README.md b/examples/queue-template/README.md index 2512eb2..27c9638 100644 --- a/examples/queue-template/README.md +++ b/examples/queue-template/README.md @@ -1,6 +1,6 @@ # Queue Template Example -Configuration in this directory creates a [queue template](https://docs.solace.com/Messaging/Guaranteed-Msg/Configuring-Endpoint-Templates.htm) on the PubSub+ event broker leveraging the Queues & Endpoints Terraform module. +Configuration in this directory creates a [queue template](https://docs.solace.com/Messaging/Guaranteed-Msg/Configuring-Endpoint-Templates.htm) on the PubSub+ appliance leveraging the Queues & Endpoints Terraform module. ## Module Configuration in the Example @@ -29,7 +29,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/queue-with-jndi/README.md b/examples/queue-with-jndi/README.md index 000fa16..396985e 100644 --- a/examples/queue-with-jndi/README.md +++ b/examples/queue-with-jndi/README.md @@ -1,6 +1,6 @@ # Queue with JNDI Example -Configuration in this directory creates a [queue that is also exposed as a JNDI administered object](https://docs.solace.com/API/Solace-JMS-API/Managing-Solace-JNDI-Objects.htm) on the PubSub+ event broker leveraging the Queues & Endpoints Terraform module. +Configuration in this directory creates a [queue that is also exposed as a JNDI administered object](https://docs.solace.com/API/Solace-JMS-API/Managing-Solace-JNDI-Objects.htm) on the PubSub+ appliance leveraging the Queues & Endpoints Terraform module. Note that exposing queues as JNDI objects requires that you enable JNDI at the Message VPN level and configure a connection factory. You can use the [Service Module](https://registry.terraform.io/modules/SolaceProducts/service/solacebrokerappliance/latest) and the [JNDI Connection Factory Module](https://registry.terraform.io/modules/SolaceProducts/jndi/solacebrokerappliance/latest) to perform these tasks. This module will not check if the requirements are in place, however, if they aren't the configuration will fail. @@ -34,7 +34,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/queue-with-topic-subscriptions/README.md b/examples/queue-with-topic-subscriptions/README.md index da3466a..8fa65c3 100644 --- a/examples/queue-with-topic-subscriptions/README.md +++ b/examples/queue-with-topic-subscriptions/README.md @@ -1,6 +1,6 @@ # Queue with Topic Subscriptions Example -Configuration in this directory creates a [queue with topic subscriptions](https://docs.solace.com/API/API-Developer-Guide/Adding-Topic-Subscriptio.htm) on the PubSub+ event broker leveraging the Queues & Endpoints Terraform module. +Configuration in this directory creates a [queue with topic subscriptions](https://docs.solace.com/API/API-Developer-Guide/Adding-Topic-Subscriptio.htm) on the PubSub+ appliance leveraging the Queues & Endpoints Terraform module. ## Module Configuration in the Example @@ -34,7 +34,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/topic-endpoint-template/README.md b/examples/topic-endpoint-template/README.md index 2ea14fc..6b40ce8 100644 --- a/examples/topic-endpoint-template/README.md +++ b/examples/topic-endpoint-template/README.md @@ -1,6 +1,6 @@ # Topic Endpoint Template Example -Configuration in this directory creates a [topic endpoint template](https://docs.solace.com/Messaging/Guaranteed-Msg/Configuring-Endpoint-Templates.htm) on the PubSub+ event broker leveraging the Queues & Endpoints Terraform module. +Configuration in this directory creates a [topic endpoint template](https://docs.solace.com/Messaging/Guaranteed-Msg/Configuring-Endpoint-Templates.htm) on the PubSub+ appliance leveraging the Queues & Endpoints Terraform module. Important: The topic subscription that a topic endpoint will spool messages for is not specified when a topic endpoint template is provisioned. For more information, see the [PubSub+ documentation](https://docs.solace.com/Messaging/Guaranteed-Msg/Configuring-DTEs.htm). @@ -31,7 +31,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/topic-endpoint-with-jndi/README.md b/examples/topic-endpoint-with-jndi/README.md index 49a19e3..b77e51e 100644 --- a/examples/topic-endpoint-with-jndi/README.md +++ b/examples/topic-endpoint-with-jndi/README.md @@ -1,6 +1,6 @@ # Topic Endpoint with JNDI Example -Configuration in this directory creates a [topic endpoint that is also exposed as a JNDI administered object](https://docs.solace.com/API/Solace-JMS-API/Managing-Solace-JNDI-Objects.htm) on the PubSub+ event broker leveraging the Queues & Endpoints Terraform module. +Configuration in this directory creates a [topic endpoint that is also exposed as a JNDI administered object](https://docs.solace.com/API/Solace-JMS-API/Managing-Solace-JNDI-Objects.htm) on the PubSub+ appliance leveraging the Queues & Endpoints Terraform module. Note that exposing topics as JNDI objects requires that you enable JNDI at the Message VPN level and configure a connection factory. You can use the [Service Module](https://registry.terraform.io/modules/SolaceProducts/service/solacebrokerappliance/latest) and the [JNDI Connection Factory Module](https://registry.terraform.io/modules/SolaceProducts/jndi/solacebrokerappliance/latest) to perform these tasks. This module will not check if the requirements are in place, however, if they aren't the configuration will fail. @@ -34,7 +34,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/topic-endpoint/README.md b/examples/topic-endpoint/README.md index 4afa3d8..d6095ff 100644 --- a/examples/topic-endpoint/README.md +++ b/examples/topic-endpoint/README.md @@ -1,6 +1,6 @@ # Topic Endpoint Example -Configuration in this directory creates a [topic endpoint](https://docs.solace.com/Get-Started/topic-endpoints-queues.htm) on the PubSub+ event broker leveraging the Queues & Endpoints Terraform module. +Configuration in this directory creates a [topic endpoint](https://docs.solace.com/Get-Started/topic-endpoints-queues.htm) on the PubSub+ appliance leveraging the Queues & Endpoints Terraform module. Important: The topic subscription that a topic endpoint will spool messages for is not specified when a topic endpoint is provisioned. For more information, see the [PubSub+ documentation](https://docs.solace.com/Messaging/Guaranteed-Msg/Configuring-DTEs.htm). @@ -31,7 +31,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started.