Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertOttesen authored Jan 12, 2022
1 parent edeb36a commit f4202e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ is one of the highest data rates provided by SCDS. It may be necessary to separ
different subscriptions with different filters, thus creating multiple subscriptions and an
associated queue.

The application.properties file can support multiple queue configurations. Simply use a zero based
index for the Queue name property. The following is an example of multiple queues from the same
The application.properties file can support multiple queue/topic configurations. Simply use a zero based
index for the Queue name property. The following is an example of multiple queues or topics from the same
VPN.
```properties
solace.jms.consumer.destination-name.0=[queue 1 name]
solace.jms.consumer.destination-name.1=[queue 2 name]
solace.jms.consumer.destination-name.2=[queue 3 name]
solace.jms.consumer.destination-name.0=[queue/topic 1 name]
solace.jms.consumer.destination-name.1=[queue/topic 2 name]
solace.jms.consumer.destination-name.2=[queue/topic 3 name]
...
solace.jms.consumer.destination-name.n=[queue n+1 name]
```
Expand Down

0 comments on commit f4202e2

Please sign in to comment.