From 0724497362f6da5c67ea4c025f6166cee0daf522 Mon Sep 17 00:00:00 2001 From: Kill Bill core team Date: Thu, 31 Oct 2024 11:21:19 +0000 Subject: [PATCH] Docs update --- 0.24/userguide_configuration.html | 47 +++++++++++++++++++++++++++++ latest/userguide_configuration.html | 47 +++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) diff --git a/0.24/userguide_configuration.html b/0.24/userguide_configuration.html index bfc17be14..aeb648142 100644 --- a/0.24/userguide_configuration.html +++ b/0.24/userguide_configuration.html @@ -2634,6 +2634,53 @@

Translation Properties

+

Queue Properties

+ ++++++ + + + + + + + + + + + + + + + + + + + + + + +
Property Name/Environment Variable NameDescriptionDefault ValueConfiguration Method

org.killbill.queue.creator.name +/KILLBILL_QUEUE_CREATOR_NAME

Allow to override the default naming based on Hostname

-

System Property/Environment Variable

org.killbill.queue.creator.autoGeneratedName +/KILLBILL_QUEUE_CREATOR_AUTOGENERATE_NAME

If set to true and org.killbill.queue.creator.name is not set, generate a UUID instead of using default hostname

true

System Property/Environment Variable

+
+ + + + + +
+
Note
+
+In case of a Tomcat-based environment, the above properties can be configured as system properties. In case of Docker systems, they can be set via the environment variables mentioned above. +
+
+
+

Persistent Bus/Notification Queue Configuration Notes

Note that the Persistence Bus and Notification Queue configuration properties use a substitution parameter called instanceName. This is because the properties defined here are built to be used across multiple instances. Kill Bill typically uses two persistent buses named main and external and one notification queue named main. Thus, instanceName needs to be replaced with appropriate values while specifying these properties. Some common examples of instanceName are main, external, and analytics

diff --git a/latest/userguide_configuration.html b/latest/userguide_configuration.html index bfc17be14..aeb648142 100644 --- a/latest/userguide_configuration.html +++ b/latest/userguide_configuration.html @@ -2634,6 +2634,53 @@

Translation Properties

+

Queue Properties

+ ++++++ + + + + + + + + + + + + + + + + + + + + + + +
Property Name/Environment Variable NameDescriptionDefault ValueConfiguration Method

org.killbill.queue.creator.name +/KILLBILL_QUEUE_CREATOR_NAME

Allow to override the default naming based on Hostname

-

System Property/Environment Variable

org.killbill.queue.creator.autoGeneratedName +/KILLBILL_QUEUE_CREATOR_AUTOGENERATE_NAME

If set to true and org.killbill.queue.creator.name is not set, generate a UUID instead of using default hostname

true

System Property/Environment Variable

+
+ + + + + +
+
Note
+
+In case of a Tomcat-based environment, the above properties can be configured as system properties. In case of Docker systems, they can be set via the environment variables mentioned above. +
+
+
+

Persistent Bus/Notification Queue Configuration Notes

Note that the Persistence Bus and Notification Queue configuration properties use a substitution parameter called instanceName. This is because the properties defined here are built to be used across multiple instances. Kill Bill typically uses two persistent buses named main and external and one notification queue named main. Thus, instanceName needs to be replaced with appropriate values while specifying these properties. Some common examples of instanceName are main, external, and analytics