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 c80fad1 commit efb19ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solace PubSub+ Appliance JNDI Terraform Module

This Terraform module configures a [connection factory object](https://docs.solace.com/API/Solace-JMS-API/Connection-Factories.htm) in the JNDI store of a [Solace PubSub+ Event Broker](https://solace.com/products/event-broker/).
This Terraform module configures a [connection factory object](https://docs.solace.com/API/Solace-JMS-API/Connection-Factories.htm) in the JNDI store of a [Solace PubSub+ Appliance](https://solace.com/products/event-broker/).

Use case details are provided in the [Examples](#examples) section.

Expand Down
4 changes: 2 additions & 2 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connection Factory Example

Configuration in this directory creates a [connection factory](https://docs.solace.com/API/Solace-JMS-API/Connection-Factories.htm) object in the JNDI store on the PubSub+ event broker, leveraging the JNDI Terraform module.
Configuration in this directory creates a [connection factory](https://docs.solace.com/API/Solace-JMS-API/Connection-Factories.htm) object in the JNDI store on the PubSub+ appliance, leveraging the JNDI Terraform module.

## Module Configuration in the Example

Expand All @@ -25,7 +25,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/local-transactions-support/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connection Factory with Local Transactions Support Example

Configuration in this directory creates a [connection factory](https://docs.solace.com/API/Solace-JMS-API/Connection-Factories.htm) object in the JNDI store on the PubSub+ event broker, with local transactions support.
Configuration in this directory creates a [connection factory](https://docs.solace.com/API/Solace-JMS-API/Connection-Factories.htm) object in the JNDI store on the PubSub+ appliance, with local transactions support.

## 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/xa-transactions-support/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connection Factory with XA Transactions Support Example

Configuration in this directory creates a [connection factory](https://docs.solace.com/API/Solace-JMS-API/Connection-Factories.htm) object in the JNDI store on the PubSub+ event broker, with XA transactions support.
Configuration in this directory creates a [connection factory](https://docs.solace.com/API/Solace-JMS-API/Connection-Factories.htm) object in the JNDI store on the PubSub+ appliance, with XA transactions support.

## Module Configuration in the Example

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 efb19ae

Please sign in to comment.