Skip to content

Commit

Permalink
added jms.allowTemporaryTopicWithoutAdmin config parameter to the doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-ctds committed Nov 7, 2024
1 parent 4c90ab0 commit 6d20e67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/reference/pages/pulsar-jms-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ a| Enable transactions +
a| Force acknowledgment of filtered messages on shared subscriptions +
By default, filtered messages are negatively acknowledged on shared subscriptions. If this flag is `true`, they are acknowledged in order to skip them definitively.

| `jms.allowTemporaryTopicWithoutAdmin`
| no
| boolean
| false
a| Allows temporary topic/queue creation and deletion to pass without errors when `jms.usePulsarAdmin` is set to `false` +
Use the default values of `allowAutoTopicCreation=true` and `allowAutoTopicCreationType=non-partitioned` in `broker.conf` for auto-creation of temporary topics/queues.

| `jms.clientId`
| no
| String
Expand Down

0 comments on commit 6d20e67

Please sign in to comment.