I've found examples of sending messages from Java,
and getting RPC (remoting) calls into Java,
But haven't found much to show how to receive messages in the Java server.
That is, have a Java object/service subscribe to the messages.
Can someone point to some examples or documentation for this?
Can it be done with BlazeDS messaging?
Does it require JMS or Spring Integration?


Reply With Quote