|
From: <sc...@za...> - 2003-03-01 13:05:38
|
Hi team I would like to know if there is any way to do synchronous messaging (sendi= ng and receiving of messages). I know that one way would be (on the receiving side), to implement the logi= c whic could ,based upon context(cpaid, service action), create apropriate = message, open new connection and send the message back. But that doesn't co= mplie to the specification where ot stands that the exchange of messages sh= ould by performerd on one connetion. 2. What does happen if i implement MessageListener and my getClientURL meth= od returns the URL of sender of received message. In body of onMessage meth= od, i would then create appropriate message. Would this implementation retu= rn the message back to the sender and is this the right way to do sync mess= aging? 3. How to synchronously SEND a message? 4.When can we excpect interfaces like public EbxmlMessage onMessage() and = public public EbxmlMessage mshReg.sendSync(...) I also have another (a bitt out of context question) In TODO list for 0.9.3.1 version i found web-based client. I would like to = know what do you mean by that.=20 If i implement an servlet which sends messages and implements MessageListen= er I basicaly have a web client. I'm new to hermes 0.9.3.0 so maybe some of the questions will sound silly t= o you. Thank's in advance Simon=20 |