Hi Qpid users, We have a use case where an application has multiple message types and only some of them use priority; Instead of keeping FIFO queues and PRIORITY queues separate in the transport layer and managing their allocation correctly in the app specific routing layer, I was wondering if I should create all queues in QPID as priority queues and then leave it up to the producers to specify priority or not. This way application does not have to manage message type to FIFO vs PRIORITY requirements;
This brings up the question as to what is the overhead on java broker and java client side for Priority queues vs FIFO queues. Any experience around this? Thanks Vijay
