Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Customer Account Adapter processing only 1 instance at a time

The scenario is like this , we have Oracle E-business Suite which raises the event and then in SOA, Oracle Applications Adaptor subscribes to that event and DEQUEUE the message payload, now the issue is this Adaptor is processing 1 instance at a time, instead of that we want it should process mutiple requests and generate multiple instances at a time.
Someone please let us know , how can we achieve this. Any configuration or property which we can add into the SOA code or in weblogic sever we can modify.
Answers
-
Hi,
Have you enabled Singleton property in your composite? If enabled, disable it and check. Following would be property in composite.xml.
<property name="singleton">true</property>
-
No we have not enabled singleton property in the composite.xml. We don't have the custered environment here.
-
Hi, Could you check the thread related properties that is configured for the EBusiness adapter. You could have a look at the following link for its properties.
Hope this helps in your case.
(Section : Table 26-57 Oracle E-Business Suite Adapter Reference Definition Properties)