Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Customer Account Adapter processing only 1 instance at a time

User_XGV1BFeb 11 2019 — edited Feb 26 2020

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.

Comments

Raj__K

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>

User_XGV1B

No we have not enabled singleton property in the composite.xml. We don't  have the custered environment here.

Raj__K

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.

https://docs.oracle.com/cloud/latest/soa121300/SOAAG/GUID-0B96335D-711D-433A-BAF9-34CFD8BB48CB.htm#SOAAG98047

(Section : Table 26-57 Oracle E-Business Suite Adapter Reference Definition Properties)

1 - 3

Post Details

Added on Feb 11 2019
3 comments
233 views