Skip to content
DocsTry Aspire
DocsTry

ActiveMQServerResourceBase Properties

ClassProperties8 members
Base class form ActiveMQ Classic and Artemis server resources.
Gets the ActiveMQ settings.
public IActiveMQSettings ActiveMqSettings { get; }
This property is not available in polyglot app hosts.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Describes the connection string format string used for this resource.
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
PasswordParameterSection titled PasswordParameterParameterResource
Gets the parameter that contains the ActiveMQ server password.
public ParameterResource PasswordParameter { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary endpoint for the ActiveMQ server.
public EndpointReference PrimaryEndpoint { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the ActiveMQ server.
public ReferenceExpression UriExpression { get; }
Format: {scheme}://{user}:{password}@{host}:{port}.
UserNameParameterSection titled UserNameParameternullableParameterResource?
Gets the parameter that contains the ActiveMQ server username.
public ParameterResource? UserNameParameter { get; }