Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add queue properties #570

Merged
merged 4 commits into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1075,3 +1075,18 @@ 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
/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.
Loading