Is there a way to re prioritize items that are already in a RabbitMQ priority queue? Some messages cannot be processed immediately therefore my program responds with a BasicNack and the message is re-queued. However the re-queued message is retrieved next time the Dequeue command is called. Is there a way to re-prioritize the item to the bottom before/after I call the Nack, so that I could continue with other requests until my program is ready to process that request?
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
publish_properties [clause]
By default the properties of the message are preserved, but this clause can be used to change, or set any property, including content_type, content_encoding, headers, delivery_mode, priority,correlation_id, reply_to, expiration, message_id, timestamp, type, user_id, app_id andcluster_id.