Skip to content
Docs Try Aspire
Docs Try

withDataBindMount

Method
📦 CommunityToolkit.Aspire.Hosting.ActiveMQ v13.4.0
interface ActiveMQServerResourceBase {
// ... omitted for brevity
withDataBindMount(
source: string,
isReadOnly?: boolean): ActiveMQServerResourceBase;
}

Signature

method withDataBindMount builder
Adds a bind mount for the data folder to a ActiveMQ container resource.
withDataBindMount(
source: string,
isReadOnly?: boolean): ActiveMQServerResourceBase
source string
isReadOnly boolean optional = False
ActiveMQServerResourceBase

Applies to

This method applies to the following types: