Hi,

I face a tough problem. My server application needs to prioritize some messages.

I mean that when a message of type X is received, it should be processed before any other ones.

Actually, the best would be that a message X whose 'age' is higher than S seconds should be promoted as first one to process.

In a way, it is QoS at message-handling level.

What is the best way in Mina to implement this?

Maybe using a filter?

Regards,

J-F

Reply via email to