Answer the question
In order to leave comments, you need to log in
How to specify parameters when creating a new queue?
How to pass additional parameters to go using the github.com/streadway/amqp package to create a new queue - x-dead-letter-exchange:test-queue, x-dead-letter-routing-key:test-queue
q, err := ch.QueueDeclare(
"test-queue",
true,
false,
false,
false,
nil, //передавать параметры тут
)
Answer the question
In order to leave comments, you need to log in
type Table map[string]interface{}
Well, take it and send it in text form.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question