change queue
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 40s

This commit is contained in:
matst80
2025-11-11 13:22:28 +01:00
parent d767fb8830
commit e684f2086f

View File

@@ -128,7 +128,7 @@ func main() {
}
client := &RabbitTransportClient{
Url: amqpUrl,
OrderTopic: "order-placed",
OrderTopic: "orders",
ClientName: "OrderClient",
}