Skip to content

Commit 8dc8e2f

Browse files
committed
Hardcode rabbitmq hostname
1 parent 65a3471 commit 8dc8e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RabbitToAzureBridge/NativeQueueLengthReporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public async Task ReportNativeQueueLength()
3030
static async Task<int> GetQueueLength(string queueName)
3131
#pragma warning restore PS0018
3232
{
33-
var host = "http://localhost:15672";
33+
var host = "http://rabbitmq:15672";
3434
var vhost = "%2F"; // "/" encoded
3535

3636
var username = "guest";

0 commit comments

Comments
 (0)