CommunityToolkit.Aspire.Hosting.ActiveMQ
📦 CommunityToolkit.Aspire.Hosting.ActiveMQ v13.4.0 6 Functions
3 Types
3 types and 7 members
Types
Functions
method
addActiveMQ builder Adds a ActiveMQ container to the application model.
addActiveMQ(name: string, userName?: ParameterResource, password?: ParameterResource, port?: number, scheme?: string, webPort?: number): ActiveMQServerResource method
addActiveMQArtemis builder Adds a ActiveMQ Artemis container to the application model.
addActiveMQArtemis(name: string, userName?: ParameterResource, password?: ParameterResource, port?: number, scheme?: string, webPort?: number): ActiveMQArtemisServerResource method
withConfBindMount builder Adds a bind mount for the conf folder to a ActiveMQ container resource.
withConfBindMount(source: string, isReadOnly?: boolean): ActiveMQServerResourceBase method
withConfVolume builder Adds a named volume for the config folder to a ActiveMQ container resource.
withConfVolume(name?: string, isReadOnly?: boolean): ActiveMQServerResourceBase method
withDataBindMount builder Adds a bind mount for the data folder to a ActiveMQ container resource.
withDataBindMount(source: string, isReadOnly?: boolean): ActiveMQServerResourceBase method
withDataVolume builder Adds a named volume for the data folder to a ActiveMQ container resource.
withDataVolume(name?: string, isReadOnly?: boolean): ActiveMQServerResourceBase