|
From: Wahid M. <wa...@ph...> - 2005-09-08 10:50:09
|
Pascal,
Im sure you can send a synchronous message using the constructor of the
request object....
Request mshReq = new Request(
ac, new URL(toMshUrl), this,
transportType,1,"3000",Constants.SYNC_REPLY_MODE_SIGNALS_AND_RESPONSE
,false,"3000");
If you use the tellisense on the constants object and you will see the
different transport types.
Hope this helps
Regards
Wahid
_____
From: pso...@no...
[mailto:pso...@no...]
Sent: 08 September 2005 11:24
To: ebx...@li...
Subject: [ebxmlms-general] LoopBack sample
Hi,
I'm an hermes new user.. and i try to understand and use it........
Is'it possible to send synchronus message (It seems yes) with the solution ?
and how ? for example in LoopBack sample what are the modifications ?
In my configuration, it seems that all sended messages are received when i
re-execute LooBack...
Regards,
Pascal
|