On Wed, Apr 8, 2009 at 5:56 PM, Maziyar Eslamieh <[email protected]> wrote: > Hi > > I have two client(end point) that connect to server with MINA2.0.0.4 and two > client receive messages from server simultaneity so I want to receive > message with priority for example messages receive in client1 be higher > priority than in other client so messages in client1 is received sooner . > I want to know that MINA has this facility
AFAIK, once the message is onto network, its out of your control. you have to write something of your own to implement this, like priority queue. There could be a way to achieve this, but I am not aware of it. Anyone? > > thanks.
