Thanks :)
Now I realized I have a follow-up question. I have a situation where I want
the clients to send a message to the server, have the server get it, but
none of the children. Then I want the server to send back a different
message to all the clients.
client1 -> I moved -> (Server: Update position) -> send new position to all
clients.
I've seen examples that somehow use a servlet to act as a listener, but I
would rather just set up a listener. Can I publish messages on a channel I
haven't subscribed to? Otherwise, I need a way to capture the inbound
message at the server, eat it, and later publish a new message to the
channel.
I'm looking for an example of a server side java listener for channels.
--
View this message in context: http://old.nabble.com/Am-I-crazy--Yes...-tp27316206p27439215.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.