Skip to content

Latest commit

 

History

History
260 lines (258 loc) · 77.9 KB

configuration-properties-azure-service-bus.md

File metadata and controls

260 lines (258 loc) · 77.9 KB
titledescriptionauthorms.authorms.reviewerms.datems.topicms.custom
Azure Service Bus configuration properties
This reference doc contains all Azure Service Bus configuration properties.
KarlErickson
karler
seal
05/10/2023
reference
devx-track-java, spring-cloud-azure, devx-track-extended-java

Azure Service Bus configuration properties

[!div class="mx-tdBreakAll"]

PropertyDescription
spring.cloud.azure.servicebus.client.application-idRepresents current application and is used for telemetry/monitoring purposes.
spring.cloud.azure.servicebus.client.transport-typeTransport type for AMQP-based client. Supported types are: AMQP, AMQP_WEB_SOCKETS.
spring.cloud.azure.servicebus.connection-stringConnection string to connect to a service bus.
spring.cloud.azure.servicebus.consumer.auto-completeWhether to enable auto-complete.
spring.cloud.azure.servicebus.consumer.client.application-idRepresents current application and is used for telemetry/monitoring purposes.
spring.cloud.azure.servicebus.consumer.client.transport-typeTransport type for AMQP-based client. Supported types are: AMQP, AMQP_WEB_SOCKETS.
spring.cloud.azure.servicebus.consumer.connection-stringConnection string to connect to a service bus.
spring.cloud.azure.servicebus.consumer.credential.client-certificate-passwordPassword of the certificate file.
spring.cloud.azure.servicebus.consumer.credential.client-certificate-pathPath of a PEM certificate file to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.consumer.credential.client-idClient ID to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.consumer.credential.client-secretClient secret to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.consumer.credential.managed-identity-enabledWhether to enable managed identity to authenticate with Azure. If true and the client-id is set, will use the client ID as user assigned managed identity client ID. The default value is false.
spring.cloud.azure.servicebus.consumer.credential.passwordPassword to use when performing username/password authentication with Azure.
spring.cloud.azure.servicebus.consumer.credential.token-credential-bean-nameThe bean name of type com.azure.core.credential.TokenCredential to use when performing authentication with Azure.
spring.cloud.azure.servicebus.consumer.credential.usernameUsername to use when performing username/password authentication with Azure.
spring.cloud.azure.servicebus.consumer.custom-endpoint-addressSets a custom endpoint address when connecting to the Service Bus service. This can be useful when your network does not allow connecting to the standard Azure Service Bus endpoint address, but does allow connecting through an intermediary. For example: {@literal https://my.custom.endpoint.com:55300}.
spring.cloud.azure.servicebus.consumer.domain-nameThe domain name of a Service Bus namespace.
spring.cloud.azure.servicebus.consumer.enabledWhether an Azure Service is enabled. The default value is true.
spring.cloud.azure.servicebus.consumer.entity-nameThe name of a Service Bus Queue or Topic.
spring.cloud.azure.servicebus.consumer.entity-typeThe type of Service Bus entity, which is a Queue or a Topic.
spring.cloud.azure.servicebus.consumer.max-auto-lock-renew-durationAmount of time to continue auto-renewing the lock.
spring.cloud.azure.servicebus.consumer.namespaceThe namespace of a service bus, which is the prefix of the FQDN. A FQDN should be composed of <NamespaceName>.<DomainName>
spring.cloud.azure.servicebus.consumer.prefetch-countPrefetch count of the consumer.
spring.cloud.azure.servicebus.consumer.profile.cloud-typeName of the Azure cloud to connect to. Supported types are: AZURE, AZURE_CHINA, AZURE_US_GOVERNMENT, OTHER. The default value is AZURE.
spring.cloud.azure.servicebus.consumer.profile.environment.active-directory-endpointThe Microsoft Entra endpoint to connect to.
spring.cloud.azure.servicebus.consumer.profile.environment.active-directory-graph-api-versionThe Azure Active Directory Graph API version.
spring.cloud.azure.servicebus.consumer.profile.environment.active-directory-graph-endpointThe Azure Active Directory Graph endpoint.
spring.cloud.azure.servicebus.consumer.profile.environment.active-directory-resource-idThe Microsoft Entra resource ID.
spring.cloud.azure.servicebus.consumer.profile.environment.azure-application-insights-endpointThe Azure Application Insights endpoint.
spring.cloud.azure.servicebus.consumer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffixThe Data Lake analytics catalog and job endpoint suffix.
spring.cloud.azure.servicebus.consumer.profile.environment.azure-data-lake-store-file-system-endpoint-suffixThe Data Lake storage file system endpoint suffix.
spring.cloud.azure.servicebus.consumer.profile.environment.azure-log-analytics-endpointThe Azure Log Analytics endpoint.
spring.cloud.azure.servicebus.consumer.profile.environment.data-lake-endpoint-resource-idThe Data Lake endpoint.
spring.cloud.azure.servicebus.consumer.profile.environment.gallery-endpointThe gallery endpoint.
spring.cloud.azure.servicebus.consumer.profile.environment.key-vault-dns-suffixThe Key Vault DNS suffix.
spring.cloud.azure.servicebus.consumer.profile.environment.management-endpointThe management service endpoint.
spring.cloud.azure.servicebus.consumer.profile.environment.microsoft-graph-endpointThe Microsoft Graph endpoint.
spring.cloud.azure.servicebus.consumer.profile.environment.portalThe management portal URL.
spring.cloud.azure.servicebus.consumer.profile.environment.publishing-profileThe publishing settings file URL.
spring.cloud.azure.servicebus.consumer.profile.environment.resource-manager-endpointThe resource management endpoint.
spring.cloud.azure.servicebus.consumer.profile.environment.service-bus-domain-nameThe domain name for Service Bus.
spring.cloud.azure.servicebus.consumer.profile.environment.sql-management-endpointThe SQL management endpoint.
spring.cloud.azure.servicebus.consumer.profile.environment.sql-server-hostname-suffixThe SQL Server hostname suffix.
spring.cloud.azure.servicebus.consumer.profile.environment.storage-endpoint-suffixThe Storage endpoint suffix.
spring.cloud.azure.servicebus.consumer.profile.subscription-idSubscription ID to use when connecting to Azure resources.
spring.cloud.azure.servicebus.consumer.profile.tenant-idTenant ID for Azure resources. The values allowed for tenant-id are: common, organizations, consumers, or the tenant ID.
spring.cloud.azure.servicebus.consumer.proxy.authentication-typeAuthentication type used against the proxy. For instance, none, basic, digest. The default value is 'none'.
spring.cloud.azure.servicebus.consumer.proxy.hostnameThe host of the proxy.
spring.cloud.azure.servicebus.consumer.proxy.passwordPassword used to authenticate with the proxy.
spring.cloud.azure.servicebus.consumer.proxy.portThe port of the proxy.
spring.cloud.azure.servicebus.consumer.proxy.typeThe type of the proxy. For instance of http, http, socks4, socks5. For instance of amqp, http, socks.
spring.cloud.azure.servicebus.consumer.proxy.usernameUsername used to authenticate with the proxy.
spring.cloud.azure.servicebus.consumer.receive-modeMode for receiving messages.
spring.cloud.azure.servicebus.consumer.resource.regionThe region of an Azure resource. For instance, "eastus".
spring.cloud.azure.servicebus.consumer.resource.resource-groupThe resource group holds an Azure resource.
spring.cloud.azure.servicebus.consumer.resource.resource-idID of an Azure resource.
spring.cloud.azure.servicebus.consumer.retry.exponential.base-delayAmount of time(Duration) to wait between retry attempts.
spring.cloud.azure.servicebus.consumer.retry.exponential.max-delayMaximum permissible amount of time(duration) between retry attempts.
spring.cloud.azure.servicebus.consumer.retry.exponential.max-retriesThe maximum number of attempts.
spring.cloud.azure.servicebus.consumer.retry.fixed.delayAmount of time(Duration) to wait between retry attempts.
spring.cloud.azure.servicebus.consumer.retry.fixed.max-retriesThe maximum number of attempts.
spring.cloud.azure.servicebus.consumer.retry.modeThe retry backoff mode when retrying. Supported types are: FIXED, EXPONENTIAL.
spring.cloud.azure.servicebus.consumer.retry.try-timeoutAmount of time(Duration) to wait until a timeout.
spring.cloud.azure.servicebus.consumer.session-enabledWhether to enable session for the consumer.
spring.cloud.azure.servicebus.consumer.session-idle-timeoutSets the maximum amount of time (Duration) to wait for a message to be received for the currently active session.
spring.cloud.azure.servicebus.consumer.sub-queueType of the SubQueue to connect to.
spring.cloud.azure.servicebus.consumer.subscription-nameName for a topic subscription.
spring.cloud.azure.servicebus.credential.client-certificate-passwordPassword of the certificate file.
spring.cloud.azure.servicebus.credential.client-certificate-pathPath of a PEM certificate file to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.credential.client-idClient ID to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.credential.client-secretClient secret to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.credential.managed-identity-enabledWhether to enable managed identity to authenticate with Azure. If true and the client-id is set, will use the client ID as user assigned managed identity client ID. The default value is false.
spring.cloud.azure.servicebus.credential.passwordPassword to use when performing username/password authentication with Azure.
spring.cloud.azure.servicebus.credential.token-credential-bean-nameThe bean name of type com.azure.core.credential.TokenCredential to use when performing authentication with Azure.
spring.cloud.azure.servicebus.credential.usernameUsername to use when performing username/password authentication with Azure.
spring.cloud.azure.servicebus.cross-entity-transactionsWhether to enable cross entity transaction on the connection to Service bus.
spring.cloud.azure.servicebus.custom-endpoint-addressSets a custom endpoint address when connecting to the Service Bus service. This can be useful when your network does not allow connecting to the standard Azure Service Bus endpoint address, but does allow connecting through an intermediary. For example: {@literal https://my.custom.endpoint.com:55300}.
spring.cloud.azure.servicebus.domain-nameThe domain name of a Service Bus namespace.
spring.cloud.azure.servicebus.enabledWhether an Azure Service is enabled. The default value is true.
spring.cloud.azure.servicebus.entity-nameThe name of a Service Bus Queue or Topic.
spring.cloud.azure.servicebus.entity-typeThe type of Service Bus entity, which is a Queue or a Topic.
spring.cloud.azure.servicebus.namespaceThe namespace of a service bus, which is the prefix of the FQDN. A FQDN should be composed of <NamespaceName>.<DomainName>
spring.cloud.azure.servicebus.processor.auto-completeWhether to enable auto-complete.
spring.cloud.azure.servicebus.processor.auto-startupWhether to automatically start the processor after initialization. The default value is true.
spring.cloud.azure.servicebus.processor.client.application-idRepresents current application and is used for telemetry/monitoring purposes.
spring.cloud.azure.servicebus.processor.client.transport-typeTransport type for AMQP-based client. Supported types are: AMQP, AMQP_WEB_SOCKETS.
spring.cloud.azure.servicebus.processor.connection-stringConnection string to connect to a service bus.
spring.cloud.azure.servicebus.processor.credential.client-certificate-passwordPassword of the certificate file.
spring.cloud.azure.servicebus.processor.credential.client-certificate-pathPath of a PEM certificate file to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.processor.credential.client-idClient ID to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.processor.credential.client-secretClient secret to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.processor.credential.managed-identity-enabledWhether to enable managed identity to authenticate with Azure. If true and the client-id is set, will use the client ID as user assigned managed identity client ID. The default value is false.
spring.cloud.azure.servicebus.processor.credential.passwordPassword to use when performing username/password authentication with Azure.
spring.cloud.azure.servicebus.processor.credential.token-credential-bean-nameThe bean name of type com.azure.core.credential.TokenCredential to use when performing authentication with Azure.
spring.cloud.azure.servicebus.processor.credential.usernameUsername to use when performing username/password authentication with Azure.
spring.cloud.azure.servicebus.processor.custom-endpoint-addressSets a custom endpoint address when connecting to the Service Bus service. This can be useful when your network does not allow connecting to the standard Azure Service Bus endpoint address, but does allow connecting through an intermediary. For example: {@literal https://my.custom.endpoint.com:55300}.
spring.cloud.azure.servicebus.processor.domain-nameThe domain name of a Service Bus namespace.
spring.cloud.azure.servicebus.processor.enabledWhether an Azure Service is enabled. The default value is true.
spring.cloud.azure.servicebus.processor.entity-nameThe name of a Service Bus Queue or Topic.
spring.cloud.azure.servicebus.processor.entity-typeThe type of Service Bus entity, which is a Queue or a Topic.
spring.cloud.azure.servicebus.processor.max-auto-lock-renew-durationAmount of time to continue auto-renewing the lock.
spring.cloud.azure.servicebus.processor.max-concurrent-callsMax concurrent messages to process. When session enabled, it applies to each session. For detailed information on concurrency, see Concurrency in ServiceBusProcessorClient.
spring.cloud.azure.servicebus.processor.max-concurrent-sessionsMaximum number of concurrent sessions to process at any given time.
spring.cloud.azure.servicebus.processor.namespaceThe namespace of a service bus, which is the prefix of the FQDN. A FQDN should be composed of <NamespaceName>.<DomainName>
spring.cloud.azure.servicebus.processor.prefetch-countPrefetch count of the consumer.
spring.cloud.azure.servicebus.processor.profile.cloud-typeName of the Azure cloud to connect to. Supported types are: AZURE, AZURE_CHINA, AZURE_US_GOVERNMENT, OTHER. The default value is AZURE.
spring.cloud.azure.servicebus.processor.profile.environment.active-directory-endpointThe Microsoft Entra endpoint to connect to.
spring.cloud.azure.servicebus.processor.profile.environment.active-directory-graph-api-versionThe Azure Active Directory Graph API version.
spring.cloud.azure.servicebus.processor.profile.environment.active-directory-graph-endpointThe Azure Active Directory Graph endpoint.
spring.cloud.azure.servicebus.processor.profile.environment.active-directory-resource-idThe Microsoft Entra resource ID.
spring.cloud.azure.servicebus.processor.profile.environment.azure-application-insights-endpointThe Azure Application Insights endpoint.
spring.cloud.azure.servicebus.processor.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffixThe Data Lake analytics catalog and job endpoint suffix.
spring.cloud.azure.servicebus.processor.profile.environment.azure-data-lake-store-file-system-endpoint-suffixThe Data Lake storage file system endpoint suffix.
spring.cloud.azure.servicebus.processor.profile.environment.azure-log-analytics-endpointThe Azure Log Analytics endpoint.
spring.cloud.azure.servicebus.processor.profile.environment.data-lake-endpoint-resource-idThe Data Lake endpoint.
spring.cloud.azure.servicebus.processor.profile.environment.gallery-endpointThe gallery endpoint.
spring.cloud.azure.servicebus.processor.profile.environment.key-vault-dns-suffixThe Key Vault DNS suffix.
spring.cloud.azure.servicebus.processor.profile.environment.management-endpointThe management service endpoint.
spring.cloud.azure.servicebus.processor.profile.environment.microsoft-graph-endpointThe Microsoft Graph endpoint.
spring.cloud.azure.servicebus.processor.profile.environment.portalThe management portal URL.
spring.cloud.azure.servicebus.processor.profile.environment.publishing-profileThe publishing settings file URL.
spring.cloud.azure.servicebus.processor.profile.environment.resource-manager-endpointThe resource management endpoint.
spring.cloud.azure.servicebus.processor.profile.environment.service-bus-domain-nameThe domain name for Service Bus.
spring.cloud.azure.servicebus.processor.profile.environment.sql-management-endpointThe SQL management endpoint.
spring.cloud.azure.servicebus.processor.profile.environment.sql-server-hostname-suffixThe SQL Server hostname suffix.
spring.cloud.azure.servicebus.processor.profile.environment.storage-endpoint-suffixThe Storage endpoint suffix.
spring.cloud.azure.servicebus.processor.profile.subscription-idSubscription ID to use when connecting to Azure resources.
spring.cloud.azure.servicebus.processor.profile.tenant-idTenant ID for Azure resources. The values allowed for tenant-id are: common, organizations, consumers, or the tenant ID.
spring.cloud.azure.servicebus.processor.proxy.authentication-typeAuthentication type used against the proxy. For instance, none, basic, digest. The default value is 'none'.
spring.cloud.azure.servicebus.processor.proxy.hostnameThe host of the proxy.
spring.cloud.azure.servicebus.processor.proxy.passwordPassword used to authenticate with the proxy.
spring.cloud.azure.servicebus.processor.proxy.portThe port of the proxy.
spring.cloud.azure.servicebus.processor.proxy.typeThe type of the proxy. For instance of http, http, socks4, socks5. For instance of amqp, http, socks.
spring.cloud.azure.servicebus.processor.proxy.usernameUsername used to authenticate with the proxy.
spring.cloud.azure.servicebus.processor.receive-modeMode for receiving messages.
spring.cloud.azure.servicebus.processor.resource.regionThe region of an Azure resource. For instance, "eastus".
spring.cloud.azure.servicebus.processor.resource.resource-groupThe resource group holds an Azure resource.
spring.cloud.azure.servicebus.processor.resource.resource-idID of an Azure resource.
spring.cloud.azure.servicebus.processor.retry.exponential.base-delayAmount of time(Duration) to wait between retry attempts.
spring.cloud.azure.servicebus.processor.retry.exponential.max-delayMaximum permissible amount of time(duration) between retry attempts.
spring.cloud.azure.servicebus.processor.retry.exponential.max-retriesThe maximum number of attempts.
spring.cloud.azure.servicebus.processor.retry.fixed.delayAmount of time(Duration) to wait between retry attempts.
spring.cloud.azure.servicebus.processor.retry.fixed.max-retriesThe maximum number of attempts.
spring.cloud.azure.servicebus.processor.retry.modeThe retry backoff mode when retrying. Supported types are: FIXED, EXPONENTIAL.
spring.cloud.azure.servicebus.processor.retry.try-timeoutAmount of time(Duration) to wait until a timeout.
spring.cloud.azure.servicebus.processor.session-enabledWhether to enable session for the consumer.
spring.cloud.azure.servicebus.processor.sub-queueType of the SubQueue to connect to.
spring.cloud.azure.servicebus.processor.subscription-nameName for a topic subscription.
spring.cloud.azure.servicebus.producer.client.application-idRepresents current application and is used for telemetry/monitoring purposes.
spring.cloud.azure.servicebus.producer.client.transport-typeTransport type for AMQP-based client. Supported types are: AMQP, AMQP_WEB_SOCKETS.
spring.cloud.azure.servicebus.producer.connection-stringConnection string to connect to a service bus.
spring.cloud.azure.servicebus.producer.credential.client-certificate-passwordPassword of the certificate file.
spring.cloud.azure.servicebus.producer.credential.client-certificate-pathPath of a PEM certificate file to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.producer.credential.client-idClient ID to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.producer.credential.client-secretClient secret to use when performing service principal authentication with Azure.
spring.cloud.azure.servicebus.producer.credential.managed-identity-enabledWhether to enable managed identity to authenticate with Azure. If true and the client-id is set, will use the client ID as user assigned managed identity client ID. The default value is false.
spring.cloud.azure.servicebus.producer.credential.passwordPassword to use when performing username/password authentication with Azure.
spring.cloud.azure.servicebus.producer.credential.token-credential-bean-nameThe bean name of type com.azure.core.credential.TokenCredential to use when performing authentication with Azure.
spring.cloud.azure.servicebus.producer.credential.usernameUsername to use when performing username/password authentication with Azure.
spring.cloud.azure.servicebus.producer.custom-endpoint-addressSets a custom endpoint address when connecting to the Service Bus service. This can be useful when your network does not allow connecting to the standard Azure Service Bus endpoint address, but does allow connecting through an intermediary. For example: {@literal https://my.custom.endpoint.com:55300}.
spring.cloud.azure.servicebus.producer.domain-nameThe domain name of a Service Bus namespace.
spring.cloud.azure.servicebus.producer.enabledWhether an Azure Service is enabled. The default value is true.
spring.cloud.azure.servicebus.producer.entity-nameThe name of a Service Bus Queue or Topic.
spring.cloud.azure.servicebus.producer.entity-typeThe type of Service Bus entity, which is a Queue or a Topic.
spring.cloud.azure.servicebus.producer.namespaceThe namespace of a service bus, which is the prefix of the FQDN. A FQDN should be composed of <NamespaceName>.<DomainName>
spring.cloud.azure.servicebus.producer.profile.cloud-typeName of the Azure cloud to connect to. Supported types are: AZURE, AZURE_CHINA, AZURE_US_GOVERNMENT, OTHER. The default value is AZURE.
spring.cloud.azure.servicebus.producer.profile.environment.active-directory-endpointThe Microsoft Entra endpoint to connect to.
spring.cloud.azure.servicebus.producer.profile.environment.active-directory-graph-api-versionThe Azure Active Directory Graph API version.
spring.cloud.azure.servicebus.producer.profile.environment.active-directory-graph-endpointThe Azure Active Directory Graph endpoint.
spring.cloud.azure.servicebus.producer.profile.environment.active-directory-resource-idThe Microsoft Entra resource ID.
spring.cloud.azure.servicebus.producer.profile.environment.azure-application-insights-endpointThe Azure Application Insights endpoint.
spring.cloud.azure.servicebus.producer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffixThe Data Lake analytics catalog and job endpoint suffix.
spring.cloud.azure.servicebus.producer.profile.environment.azure-data-lake-store-file-system-endpoint-suffixThe Data Lake storage file system endpoint suffix.
spring.cloud.azure.servicebus.producer.profile.environment.azure-log-analytics-endpointThe Azure Log Analytics endpoint.
spring.cloud.azure.servicebus.producer.profile.environment.data-lake-endpoint-resource-idThe Data Lake endpoint.
spring.cloud.azure.servicebus.producer.profile.environment.gallery-endpointThe gallery endpoint.
spring.cloud.azure.servicebus.producer.profile.environment.key-vault-dns-suffixThe Key Vault DNS suffix.
spring.cloud.azure.servicebus.producer.profile.environment.management-endpointThe management service endpoint.
spring.cloud.azure.servicebus.producer.profile.environment.microsoft-graph-endpointThe Microsoft Graph endpoint.
spring.cloud.azure.servicebus.producer.profile.environment.portalThe management portal URL.
spring.cloud.azure.servicebus.producer.profile.environment.publishing-profileThe publishing settings file URL.
spring.cloud.azure.servicebus.producer.profile.environment.resource-manager-endpointThe resource management endpoint.
spring.cloud.azure.servicebus.producer.profile.environment.service-bus-domain-nameThe domain name for Service Bus.
spring.cloud.azure.servicebus.producer.profile.environment.sql-management-endpointThe SQL management endpoint.
spring.cloud.azure.servicebus.producer.profile.environment.sql-server-hostname-suffixThe SQL Server hostname suffix.
spring.cloud.azure.servicebus.producer.profile.environment.storage-endpoint-suffixThe Storage endpoint suffix.
spring.cloud.azure.servicebus.producer.profile.subscription-idSubscription ID to use when connecting to Azure resources.
spring.cloud.azure.servicebus.producer.profile.tenant-idTenant ID for Azure resources. The values allowed for tenant-id are: common, organizations, consumers, or the tenant ID.
spring.cloud.azure.servicebus.producer.proxy.authentication-typeAuthentication type used against the proxy. For instance, none, basic, digest. The default value is 'none'.
spring.cloud.azure.servicebus.producer.proxy.hostnameThe host of the proxy.
spring.cloud.azure.servicebus.producer.proxy.passwordPassword used to authenticate with the proxy.
spring.cloud.azure.servicebus.producer.proxy.portThe port of the proxy.
spring.cloud.azure.servicebus.producer.proxy.typeThe type of the proxy. For instance of http, http, socks4, socks5. For instance of amqp, http, socks.
spring.cloud.azure.servicebus.producer.proxy.usernameUsername used to authenticate with the proxy.
spring.cloud.azure.servicebus.producer.resource.regionThe region of an Azure resource. For instance, "eastus".
spring.cloud.azure.servicebus.producer.resource.resource-groupThe resource group holds an Azure resource.
spring.cloud.azure.servicebus.producer.resource.resource-idID of an Azure resource.
spring.cloud.azure.servicebus.producer.retry.exponential.base-delayAmount of time(Duration) to wait between retry attempts.
spring.cloud.azure.servicebus.producer.retry.exponential.max-delayMaximum permissible amount of time(duration) between retry attempts.
spring.cloud.azure.servicebus.producer.retry.exponential.max-retriesThe maximum number of attempts.
spring.cloud.azure.servicebus.producer.retry.fixed.delayAmount of time(Duration) to wait between retry attempts.
spring.cloud.azure.servicebus.producer.retry.fixed.max-retriesThe maximum number of attempts.
spring.cloud.azure.servicebus.producer.retry.modeThe retry backoff mode when retrying. Supported types are: FIXED, EXPONENTIAL.
spring.cloud.azure.servicebus.producer.retry.try-timeoutAmount of time(Duration) to wait until a timeout.
spring.cloud.azure.servicebus.profile.cloud-typeName of the Azure cloud to connect to. Supported types are: AZURE, AZURE_CHINA, AZURE_US_GOVERNMENT, OTHER. The default value is AZURE.
spring.cloud.azure.servicebus.profile.environment.active-directory-endpointThe Microsoft Entra endpoint to connect to.
spring.cloud.azure.servicebus.profile.environment.active-directory-graph-api-versionThe Azure Active Directory Graph API version.
spring.cloud.azure.servicebus.profile.environment.active-directory-graph-endpointThe Azure Active Directory Graph endpoint.
spring.cloud.azure.servicebus.profile.environment.active-directory-resource-idThe Microsoft Entra resource ID.
spring.cloud.azure.servicebus.profile.environment.azure-application-insights-endpointThe Azure Application Insights endpoint.
spring.cloud.azure.servicebus.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffixThe Data Lake analytics catalog and job endpoint suffix.
spring.cloud.azure.servicebus.profile.environment.azure-data-lake-store-file-system-endpoint-suffixThe Data Lake storage file system endpoint suffix.
spring.cloud.azure.servicebus.profile.environment.azure-log-analytics-endpointThe Azure Log Analytics endpoint.
spring.cloud.azure.servicebus.profile.environment.data-lake-endpoint-resource-idThe Data Lake endpoint.
spring.cloud.azure.servicebus.profile.environment.gallery-endpointThe gallery endpoint.
spring.cloud.azure.servicebus.profile.environment.key-vault-dns-suffixThe Key Vault DNS suffix.
spring.cloud.azure.servicebus.profile.environment.management-endpointThe management service endpoint.
spring.cloud.azure.servicebus.profile.environment.microsoft-graph-endpointThe Microsoft Graph endpoint.
spring.cloud.azure.servicebus.profile.environment.portalThe management portal URL.
spring.cloud.azure.servicebus.profile.environment.publishing-profileThe publishing settings file URL.
spring.cloud.azure.servicebus.profile.environment.resource-manager-endpointThe resource management endpoint.
spring.cloud.azure.servicebus.profile.environment.service-bus-domain-nameThe domain name for Service Bus.
spring.cloud.azure.servicebus.profile.environment.sql-management-endpointThe SQL management endpoint.
spring.cloud.azure.servicebus.profile.environment.sql-server-hostname-suffixThe SQL Server hostname suffix.
spring.cloud.azure.servicebus.profile.environment.storage-endpoint-suffixThe Storage endpoint suffix.
spring.cloud.azure.servicebus.profile.subscription-idSubscription ID to use when connecting to Azure resources.
spring.cloud.azure.servicebus.profile.tenant-idTenant ID for Azure resources. The values allowed for tenant-id are: common, organizations, consumers, or the tenant ID.
spring.cloud.azure.servicebus.proxy.authentication-typeAuthentication type used against the proxy. For instance, none, basic, digest. The default value is 'none'.
spring.cloud.azure.servicebus.proxy.hostnameThe host of the proxy.
spring.cloud.azure.servicebus.proxy.passwordPassword used to authenticate with the proxy.
spring.cloud.azure.servicebus.proxy.portThe port of the proxy.
spring.cloud.azure.servicebus.proxy.typeThe type of the proxy. For instance of http, http, socks4, socks5. For instance of amqp, http, socks.
spring.cloud.azure.servicebus.proxy.usernameUsername used to authenticate with the proxy.
spring.cloud.azure.servicebus.resource.nameNamespace of the service bus.
spring.cloud.azure.servicebus.resource.regionThe region of an Azure resource. For instance, "eastus".
spring.cloud.azure.servicebus.resource.resource-groupThe resource group holds an Azure resource.
spring.cloud.azure.servicebus.resource.resource-idID of an Azure resource.
spring.cloud.azure.servicebus.retry.exponential.base-delayAmount of time(Duration) to wait between retry attempts.
spring.cloud.azure.servicebus.retry.exponential.max-delayMaximum permissible amount of time(duration) between retry attempts.
spring.cloud.azure.servicebus.retry.exponential.max-retriesThe maximum number of attempts.
spring.cloud.azure.servicebus.retry.fixed.delayAmount of time(Duration) to wait between retry attempts.
spring.cloud.azure.servicebus.retry.fixed.max-retriesThe maximum number of attempts.
spring.cloud.azure.servicebus.retry.modeThe retry backoff mode when retrying. Supported types are: FIXED, EXPONENTIAL.
spring.cloud.azure.servicebus.retry.try-timeoutAmount of time(Duration) to wait until a timeout.
close