Update amqp-order-handler.go
All checks were successful
Build and Publish / Metadata (push) Successful in 12s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 55s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m51s

This commit is contained in:
matst80
2025-11-11 17:47:49 +01:00
parent e0d8afae92
commit 0c9780f36c

View File

@@ -56,9 +56,9 @@ func (h *AmqpOrderHandler) OrderCompleted(body []byte) error {
false, // mandatory
false, // immediate
amqp.Publishing{
DeliveryMode: amqp.Persistent,
ContentType: "application/json",
Body: body,
//DeliveryMode: amqp.,
ContentType: "application/json",
Body: body,
})
}