From: Serge A. <sA...@in...> - 2002-08-29 10:27:21
Hello,
I have started a session in a client application.
Then I would like to set up a channel in order to wait for incoming messages
from the server application.
Could anybody explain how to perform these operations?
Thanks,
Serge
All you should have to do is start a channel with a MessageListener and the
MessageListener will be called when a MSG is received.
--Huston
----- Original Message -----
I have started a session in a client application.
Then I would like to set up a channel in order to wait for incoming messages
from the server application.