Update amqp-order-handler.go
This commit is contained in:
@@ -56,7 +56,7 @@ func (h *AmqpOrderHandler) OrderCompleted(body []byte) error {
|
||||
false, // mandatory
|
||||
false, // immediate
|
||||
amqp.Publishing{
|
||||
DeliveryMode: amqp.Persistent,
|
||||
//DeliveryMode: amqp.,
|
||||
ContentType: "application/json",
|
||||
Body: body,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user