1 write to PrimaryEndpoint
Aspire.Hosting.RabbitMQ (1)
RabbitMQServerResource.cs (1)
25
PrimaryEndpoint
= new(this, PrimaryEndpointName);
2 references to PrimaryEndpoint
Aspire.Hosting.RabbitMQ (2)
RabbitMQServerResource.cs (2)
55
$"amqp://{UserNameReference}:{PasswordParameter}@{
PrimaryEndpoint
.Property(EndpointProperty.Host)}:{
PrimaryEndpoint
.Property(EndpointProperty.Port)}");