LavinMQContainerResource Properties
Class Properties 4 members
Represents a container resource for LavinMQ with configurable authentication parameters and connection endpoint details, implementing the IResourceWithConnectionString interface.
ConnectionString for the LavinMQ server in the form of amqp://guest:guest@host:port/.
public ReferenceExpression ConnectionStringExpression { get; } Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; } Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; } Gets the connection URI expression for the LavinMQ server.
public ReferenceExpression UriExpression { get; }Remarks
Format:
amqp://{user}:{password}@{host}:{port}/.