because it seems that messages will be consumed according to priority only when consumers have unack. I feel that message priority is a very chicken-rib function. I don"t know where it can be applied?
because it seems that messages will be consumed according to priority only when consumers have unack. I feel that message priority is a very chicken-rib function. I don"t know where it can be applied?
you are mistaken.
there are two steps to set the priority of messages:
then consumers will consume high priority messages first
when using php-amqplib to operate rabbitmq, it is found that basic_qos has three parameters prefetch_size prefetch_count global global and prefetch_count roughly understand the meaning of these two parameters but the meaning of the first parameter,...
there are currently thousands of messages stored in mq. Integrated into the project, after each startup, only 2 pieces of consume can be dropped, and it will not be consumed automatically. But to bring out the consumer alone and become a pure to the pro...