ActiveMQBuilderExtensions
Class static net10.0
Provides extension methods for adding ActiveMQ resources to an
Hosting.IDistributedApplicationBuilder. namespace Aspire.Hosting;
public static class ActiveMQBuilderExtensions{ // ...} 6 members
Methods6
Section titled MethodsAddActiveMQ(IDistributedApplicationBuilder, string, IResourceBuilder<ParameterResource>, IResourceBuilder<ParameterResource>, int?, string, int?)extensionIResourceBuilder<ActiveMQServerResource> Adds a ActiveMQ container to the application model.
AddActiveMQArtemis(IDistributedApplicationBuilder, string, IResourceBuilder<ParameterResource>, IResourceBuilder<ParameterResource>, int?, string, int?)extensionIResourceBuilder<ActiveMQArtemisServerResource> Adds a ActiveMQ Artemis container to the application model.
WithConfBindMount(IResourceBuilder<T>, string, bool)extensionIResourceBuilder<T> Adds a bind mount for the conf folder to a ActiveMQ container resource.
WithConfVolume(IResourceBuilder<T>, string?, bool)extensionIResourceBuilder<T> Adds a named volume for the config folder to a ActiveMQ container resource.
WithDataBindMount(IResourceBuilder<T>, string, bool)extensionIResourceBuilder<T> Adds a bind mount for the data folder to a ActiveMQ container resource.
WithDataVolume(IResourceBuilder<T>, string?, bool)extensionIResourceBuilder<T> Adds a named volume for the data folder to a ActiveMQ container resource.