Where Did My SOAP Message Go?
SAP has released a patch to fix a problem with the SOAP Adapter Message Servlet.
When a (SOAP) Sender posts a message, the SOAP Adapter Message Servlet, responsible for handling the message would be processed by a thread. if these messages are sent during a high load, there are chances that they are sent for processing on a thread already engaged in a transaction. In such cases the messages are simply lost as neither a soap fault was sent nor the message was persisted.
The fix will cause a soap fault being sent when the SOAP Adapter Message Servlet already in a transaction.
Check SAP Note 1491483 - SOAP Adapter - Messages lost under high load for more details.
Comments
Post a Comment