From eca9710f97a2503ef6b66c05e9311e1af8220e1c Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Wed, 30 Oct 2024 10:08:27 +0530 Subject: [PATCH 1/2] Added queue properties --- .../killbill-configuration-properties-table.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/userguide/platform/includes/killbill-configuration-properties-table.adoc b/userguide/platform/includes/killbill-configuration-properties-table.adoc index 0cd70b065..7c464d153 100644 --- a/userguide/platform/includes/killbill-configuration-properties-table.adoc +++ b/userguide/platform/includes/killbill-configuration-properties-table.adoc @@ -1075,3 +1075,13 @@ KB_org_killbill_manualPayTemplate_name |Path to the invoice template for accou KB_org_killbill_template_invoiceFormatterFactoryPluginName |Invoice formatter factory plugin name |null |Config File/Environment Variable |=== +=== Queue Properties + +[options="header",cols="1,1,1,1"] +|=== +|Property Name/Environment Variable Name |Description |Default Value | Configuration Method +//------------------------------------------------- +|org.killbill.queue.creator.name |Allow to override the default naming based on Hostname |- |System Property +|org.killbill.queue.creator.autoGeneratedName |If set to true and `org.killbill.queue.creator.name` is not set, generate a UUID instead of using default hostname |- |System Property + +|=== \ No newline at end of file From d7cccc49c0a983e7d24b07c89b953deffbeee3fc Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Wed, 30 Oct 2024 16:49:46 +0530 Subject: [PATCH 2/2] changes as per review comments --- .../killbill-configuration-properties-table.adoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/userguide/platform/includes/killbill-configuration-properties-table.adoc b/userguide/platform/includes/killbill-configuration-properties-table.adoc index 7c464d153..eff89ef49 100644 --- a/userguide/platform/includes/killbill-configuration-properties-table.adoc +++ b/userguide/platform/includes/killbill-configuration-properties-table.adoc @@ -1081,7 +1081,12 @@ KB_org_killbill_template_invoiceFormatterFactoryPluginName |Invoice formatter |=== |Property Name/Environment Variable Name |Description |Default Value | Configuration Method //------------------------------------------------- -|org.killbill.queue.creator.name |Allow to override the default naming based on Hostname |- |System Property -|org.killbill.queue.creator.autoGeneratedName |If set to true and `org.killbill.queue.creator.name` is not set, generate a UUID instead of using default hostname |- |System Property +|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 -|=== \ No newline at end of file +|=== + +[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. \ No newline at end of file