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