Hello,

I would like to send AMF Messages with the MessageTemplate class (like here : http://static.springsource.org/sprin...l/ch05s06.html)
My problem is that I don't want to send the message to all clients. Only few of them will be interested in. Indeed, it's a problem of editing a document. So when a user finished to edit a document, I would like to send a message to users who are reading it and that they must reload it since there are new changes.

How can I proceed to do that please ?

Thanks a lot !