Skip to content

Commit a788be0

Browse files
authored
added jms.allowTemporaryTopicWithoutAdmin config parameter to the doc. (#15)
1 parent 4c90ab0 commit a788be0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/reference/pages/pulsar-jms-reference.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ a| Enable transactions +
108108
a| Force acknowledgment of filtered messages on shared subscriptions +
109109
By default, filtered messages are negatively acknowledged on shared subscriptions. If this flag is `true`, they are acknowledged in order to skip them definitively.
110110

111+
| `jms.allowTemporaryTopicWithoutAdmin`
112+
| no
113+
| boolean
114+
| false
115+
a| Allows temporary topic/queue creation and deletion to pass without errors when `jms.usePulsarAdmin` is set to `false` +
116+
Use the default values of `allowAutoTopicCreation=true` and `allowAutoTopicCreationType=non-partitioned` in `broker.conf` for auto-creation of temporary topics/queues.
117+
111118
| `jms.clientId`
112119
| no
113120
| String

0 commit comments

Comments
 (0)