Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
---|---|---|
Whether a health check is published in case the smallrye-health extension is present. This is a global setting and is not specific to a datasource. Environment variable: |
boolean |
|
Whether configurations ( Environment variable: |
boolean |
|
Type |
Default |
|
Whether to enable this configuration. Is enabled by default. Environment variable: |
boolean |
|
Enable or disable Dev Services explicitly. Dev Services are automatically enabled unless Environment variable: |
boolean |
|
Optional fixed port the dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
The ActiveMQ Artemis container image to use. Defaults to Environment variable: |
string |
|
Indicates if the ActiveMQ Artemis broker managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for ActiveMQ Artemis starts a new container. Is activated by default when not set. The discovery uses the Container sharing is only used in dev mode. Environment variable: |
boolean |
|
The value of the This property is used when you need multiple shared ActiveMQ Artemis brokers. Environment variable: |
string |
|
User to start artemis broker. Defaults to Environment variable: |
string |
|
Password to start artemis broker. Defaults to Environment variable: |
string |
|
The value of the Environment variable: |
string |
|
Support to expose Environment variable: |
boolean |
|
Artemis connection url. Environment variable: |
string |
|
Username for authentication, only used with JMS. Environment variable: |
string |
|
Password for authentication, only used with JMS. Environment variable: |
string |
|
Whether this particular data source should be excluded from the health check if the general health check for data sources is enabled. By default, the health check includes all configured data sources (if it is enabled). Environment variable: |
boolean |