CommunityToolkit.Aspire.Hosting.ActiveMQ
📦 CommunityToolkit.Aspire.Hosting.ActiveMQv13.4.06Functions
3Types
3 types and 7 members
Types
Functions
method
addActiveMQbuilderAdds a ActiveMQ container to the application model.
addActiveMQ(name: string, userName?: ParameterResource, password?: ParameterResource, port?: number, scheme?: string, webPort?: number): ActiveMQServerResourcemethod
addActiveMQArtemisbuilderAdds a ActiveMQ Artemis container to the application model.
addActiveMQArtemis(name: string, userName?: ParameterResource, password?: ParameterResource, port?: number, scheme?: string, webPort?: number): ActiveMQArtemisServerResourcemethod
withConfBindMountbuilderAdds a bind mount for the conf folder to a ActiveMQ container resource.
withConfBindMount(source: string, isReadOnly?: boolean): ActiveMQServerResourceBasemethod
withConfVolumebuilderAdds a named volume for the config folder to a ActiveMQ container resource.
withConfVolume(name?: string, isReadOnly?: boolean): ActiveMQServerResourceBasemethod
withDataBindMountbuilderAdds a bind mount for the data folder to a ActiveMQ container resource.
withDataBindMount(source: string, isReadOnly?: boolean): ActiveMQServerResourceBasemethod
withDataVolumebuilderAdds a named volume for the data folder to a ActiveMQ container resource.
withDataVolume(name?: string, isReadOnly?: boolean): ActiveMQServerResourceBase