Skip to content
Docs Try Aspire

ActiveMQServerResourceBase Properties

Class Properties 8 members
Base class form ActiveMQ Classic and Artemis server resources.
Gets the ActiveMQ settings.
public IActiveMQSettings ActiveMqSettings { get; }
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Describes the connection string format string used for this resource.
public ReferenceExpression ConnectionStringExpression { get; }
Host Section titled Host EndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
PasswordParameter Section titled PasswordParameter ParameterResource
Gets the parameter that contains the ActiveMQ server password.
public ParameterResource PasswordParameter { get; }
Port Section titled Port EndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpoint Section titled PrimaryEndpoint EndpointReference
Gets the primary endpoint for the ActiveMQ server.
public EndpointReference PrimaryEndpoint { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the connection URI expression for the ActiveMQ server.
public ReferenceExpression UriExpression { get; }
Format: {scheme}://{user}:{password}@{host}:{port}.
UserNameParameter Section titled UserNameParameter nullable ParameterResource?
Gets the parameter that contains the ActiveMQ server username.
public ParameterResource? UserNameParameter { get; }