Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Feb 16, 2024
1 parent 77df112 commit 849c2b0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Full details are provided in the [Examples](#examples).

## Related modules

To use JNDI, JNDI access must be enabled on the Message VPN. This can be configured using the [Service Module](TODO:fixlink). By default, JNDI access is not enabled on Solace PubSub+ appliances, but it is enabled on Solace PubSub+ software event brokers.
To use JNDI, access must be enabled on the Message VPN. This can be configured using the [Service Module](TODO:fixlink). By default, JNDI access is not enabled on Solace PubSub+ appliances, but it is enabled on Solace PubSub+ software event brokers.

To configure JNDI managed objects (JNDI Topics and Queues) when provisioning a PubSub+ queue or topic endpoint, use the [Queues & Endpoints Module](TODO:fixlink).

Expand Down
8 changes: 4 additions & 4 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you don't already have access to a broker, refer to the [Developers page](htt

The sample is available from the module GitHub repo:

```
```bash
git clone https://github.com/SolaceProducts/terraform-solacebroker-jndi.git
cd examples/basic
```
Expand All @@ -49,9 +49,9 @@ Hint: You can verify configuration changes on the broker, before and after, usin
Execute from this folder:

```bash
$ terraform init
$ terraform plan
$ terraform apply
terraform init
terraform plan
terraform apply
```

Run `terraform destroy` to clean up created resources when no longer needed.
Expand Down
8 changes: 4 additions & 4 deletions examples/local-transactions-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you don't already have access to a broker, refer to the [Developers page](htt

The sample is available from the module GitHub repo:

```
```bash
git clone https://github.com/SolaceProducts/terraform-solacebroker-jndi.git
cd examples/local-transactions-support
```
Expand All @@ -53,9 +53,9 @@ Hint: You can verify configuration changes on the broker, before and after, usin
Execute from this folder:

```bash
$ terraform init
$ terraform plan
$ terraform apply
terraform init
terraform plan
terraform apply
```

Run `terraform destroy` to clean up created resources when no longer needed.
Expand Down
8 changes: 4 additions & 4 deletions examples/xa-transactions-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you don't already have access to a broker, refer to the [Developers page](htt

The sample is available from the module GitHub repo:

```
```bash
git clone https://github.com/SolaceProducts/terraform-solacebroker-jndi.git
cd examples/xa-transactions-support
```
Expand All @@ -55,9 +55,9 @@ Hint: You can verify configuration changes on the broker, before and after, usin
Execute from this folder:

```bash
$ terraform init
$ terraform plan
$ terraform apply
terraform init
terraform plan
terraform apply
```

Run `terraform destroy` to clean up created resources when no longer needed.
Expand Down

0 comments on commit 849c2b0

Please sign in to comment.