Update order_client.go
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 44s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 44s
This commit is contained in:
@@ -24,7 +24,7 @@ type RabbitTransportClient struct {
|
|||||||
|
|
||||||
func (t *RabbitTransportClient) declareBindAndConsume(topic string) (<-chan amqp.Delivery, error) {
|
func (t *RabbitTransportClient) declareBindAndConsume(topic string) (<-chan amqp.Delivery, error) {
|
||||||
q, err := t.channel.QueueDeclare(
|
q, err := t.channel.QueueDeclare(
|
||||||
"", // name
|
"orders", // name
|
||||||
false, // durable
|
false, // durable
|
||||||
false, // delete when unused
|
false, // delete when unused
|
||||||
true, // exclusive
|
true, // exclusive
|
||||||
|
|||||||
Reference in New Issue
Block a user