|
From: Patrick Y. <kc...@ce...> - 2004-05-05 07:48:56
|
For Hermes, you can call request.sendReliably(). Then, Hermes will attach the appropriate AckRequested element to the SOAP message. And the destination system, if it's sensible, will generate an Ack back to Hermes. But, since the Acks are in the ebMS layer, the application will not get noticed when receiving the Acks. If you want to get noticed, you have to turn on the PositiveAcknowledgment option in msh.properties.xml of Hermes. Hope this helps. Regards, -Patrick mlr...@cs... wrote: >thanks for the reply. > >For msh to work properly , i deleted the database tables and recreated the >database.and it worked. > >and abt acknowledgment > >I am sending a message from one machine to another machine. >As soon as the message reaches the destination, the destination machine >should send an ack to the source. > >Please provide me a elaborate solution for this. > >If any one has already working system, provide me the sample code. > > > > |