active questions tagged peoplesoft+messaging - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T09:03:33Zhttp://stackoverflow.com/feeds/tag/peoplesoft+messaginghttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/102265/are-peoplesoft-integration-broker-asynchronous-messages-fired-serially-on-the-rec1Are PeopleSoft Integration Broker asynchronous messages fired serially on the receiving end?Grant Johnson2008-09-19T14:28:41Z2009-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>