Skip to content

Commit

Permalink
Minor editorial improvements [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Jul 9, 2024
1 parent eb2e5ce commit 0b2b4b4
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 2 additions & 2 deletions examples/exclusive-queue/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/non-exclusive-queue/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/partitioned-queue/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/queue-template/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/queue-with-jndi/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/queue-with-topic-subscriptions/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/topic-endpoint-template/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/topic-endpoint-with-jndi/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/topic-endpoint/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 0b2b4b4

Please sign in to comment.