Skip to content
Docs Try Aspire

RabbitMQServerResource Properties

Class Properties 9 members
A resource that represents a RabbitMQ resource.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the RabbitMQ server.
public ReferenceExpression ConnectionStringExpression { get; }
Host Section titled Host EndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
ManagementEndpoint Section titled ManagementEndpoint EndpointReference
Gets the management endpoint for the RabbitMQ server.
public EndpointReference ManagementEndpoint { get; }
PasswordParameter Section titled PasswordParameter ParameterResource
Gets the parameter that contains the RabbitMQ 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 RabbitMQ server.
public EndpointReference PrimaryEndpoint { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the connection URI expression for the RabbitMQ server.
public ReferenceExpression UriExpression { get; }
Format: amqp://{user}:{password}@{host}:{port}.
UserNameParameter Section titled UserNameParameter nullable ParameterResource?
Gets the parameter that contains the RabbitMQ server user name.
public ParameterResource? UserNameParameter { get; }
UserNameReference Section titled UserNameReference ReferenceExpression
Gets a reference to the user name for the RabbitMQ server.
public ReferenceExpression UserNameReference { get; }
Returns the user name parameter if specified, otherwise returns the default user name "guest".