当在 RabbitMQ 中声明一个新的 Queue 时,DeliveryTag从 1 开始并为每个发布的消息串行递增。是否可以DeliveryTag在声明队列时为 定义初始值(“一”除外)?QueueDeclareOk QueueDeclare(string queue, bool durable, bool exclusive, bool autoDelete, IDictionary<string, object> arguments);我尝试为此目的搜索自定义参数,但没有成功。提前致谢!
添加回答
举报
0/150
提交
取消