ActiveMQServerResourceBase
Class abstract net10.0
Base class form ActiveMQ Classic and Artemis server resources.
namespace Aspire.Hosting.ApplicationModel;
public abstract class ActiveMQServerResourceBase : Aspire.Hosting.ApplicationModel.ContainerResource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithEnvironment, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ContainerResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithEnvironmentIValueProviderIValueWithReferences
8 members
Properties8
Section titled PropertiesActiveMqSettingsget Gets the ActiveMQ settings.
ConnectionStringExpressiongetReferenceExpression Describes the connection string format string used for this resource.
HostgetEndpointReferenceExpression Gets the host endpoint reference for this resource.
PasswordParametergetParameterResource Gets the parameter that contains the ActiveMQ server password.
PortgetEndpointReferenceExpression Gets the port endpoint reference for this resource.
PrimaryEndpointgetEndpointReference Gets the primary endpoint for the ActiveMQ server.
UriExpressiongetReferenceExpression Gets the connection URI expression for the ActiveMQ server.
UserNameParametergetParameterResource? Gets the parameter that contains the ActiveMQ server username.