Are PeopleSoft Integration Broker asynchronous messages fired serially on the receiving end? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T16:34:04Z http://stackoverflow.com/feeds/question/102265 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> http://stackoverflow.com/questions/102265/are-peoplesoft-integration-broker-asynchronous-messages-fired-serially-on-the-rec/115641#115641 0 Answer by JK for Are PeopleSoft Integration Broker asynchronous messages fired serially on the receiving end? JK 2008-09-22T15:43:29Z 2008-09-22T15:43:29Z <p>Any luck with Global Support?</p> http://stackoverflow.com/questions/102265/are-peoplesoft-integration-broker-asynchronous-messages-fired-serially-on-the-rec/139951#139951 2 Answer by PeopleSoftTipster for Are PeopleSoft Integration Broker asynchronous messages fired serially on the receiving end? PeopleSoftTipster 2008-09-26T14:42:14Z 2008-09-26T14:42:14Z <p>You don't mentioned whether you've set this or not, but you have a choice with Integration Broker. All messages flow through message channels, and a channel can either be ordered or unordered. If a channel is ordered then - if a message errors - all subsequent messages queue up behind it and will not be processed until it succeeds. </p> <p>Whether a channel is ordered or not depends upon the checkbox on the message channel properties in Application Designer. From memory channels are ordered by default, but you can uncheck the box to increase throughput.</p> <p>Hope this helps. </p> <p>PS. As of Tools 8.49 the setup changed slightly, Channels became Queues, Messages Service Operations etc.</p> http://stackoverflow.com/questions/102265/are-peoplesoft-integration-broker-asynchronous-messages-fired-serially-on-the-rec/140618#140618 0 Answer by Grant Johnson for Are PeopleSoft Integration Broker asynchronous messages fired serially on the receiving end? Grant Johnson 2008-09-26T16:43:33Z 2008-09-26T16:43:33Z <p>I heard from GSC. We had two domains on the sending end as well as two domains on the receiving end. All were active. According to them, it is possible when you have multiple domains for each of the servers to pick up some of the messages in the group, and therefore, process them asynchronously, rather than truly serially.</p> <p>We are going to reduce the active servers to one, and see it it happens again, but it is so sporadic that we may never know for sure.</p> http://stackoverflow.com/questions/102265/are-peoplesoft-integration-broker-asynchronous-messages-fired-serially-on-the-rec/435140#435140 0 Answer by Larry Jones for Are PeopleSoft Integration Broker asynchronous messages fired serially on the receiving end? Larry Jones 2009-01-12T11:18:44Z 2009-01-12T11:18:44Z <p>There are few changes happened in PSFT 9 IB so please let me know the version of your apps. Async services can work with Sync now. Message channel properties are need to set properly. Similar kind of problem, I found on www.itwisesolutions.com/PsftTraining.html website but that was more related to implementing itself.</p> <p>thanks</p>