active questions tagged peoplesoft+messaging - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T09:03:33Z http://stackoverflow.com/feeds/tag/peoplesoft+messaging http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/102265/are-peoplesoft-integration-broker-asynchronous-messages-fired-serially-on-the-rec 1 Are PeopleSoft Integration Broker asynchronous messages fired serially on the receiving end? Grant Johnson 2008-09-19T14:28:41Z 2009-01-12T11:18:44Z <p>I have a strange problem on a PeopleSoft application. It appears that integration broker messages are being processed out of order. There is another possibility, and that is that the commit is being fired asynchronously, allowing the transactions to complete out of order.</p> <p>There are many inserts of detail records, followed by a trailer record which performs an update on the rows just inserted. Some of the rows are not receiving the update. This problem is sporadic, about once every 6 months, but it causes statistically significant financial reporting errors.</p> <p>I am hoping that someone has had enough dealings with the internals of PeopleTools to know what it is up to, so that perhaps I can find a work around to the problem.</p>