Kavin's SOA Blog

May 11, 2009

AQ/Apps Adapter Endpoint properties

Some of the endpoint properties pertaining to concurrency and timeout which might help in configuring AQ (or Apps) adapter for de-queuing messages from AQ Queue.

This setting ensures that there at least will be MILLI_SECONDS delay between two consecutive messages being posted to the BPEL/ESB process.

<property name="minimumDelayBetweenMessages">MILLI_SECONDS</property>

The value for this property determines how many seconds the API waits for messages before it returns and the next polling cycle begins.

<property name="DequeueTimeOut">SECONDS</property>

The value of this property determines the number of polling threads that are active at any point in time when the activation is initiated.

#### FOR ESB/BPEL 10.1.3.4.x

<property name="adapter.aq.dequeue.threads">NO_OF_THREADS</property>

#### FOR BPEL 10.1.3.3.x

<property name=activationInstances">NO_OF_THREADS<property>

#### FOR ESB 10.1.3.3.x

<endpointProperties>
   <property name="numberOfAqMessageListeners" value="NO_OF_THREADS"/>
</endpointProperties>

March 10, 2009

Creating local copy of R12 IRep with JDeveloper 10.1.3.3

Filed under: Development — Tags: , , , — Kavin @ 7:35 pm

If you are facing difficulties creating an irep file when trying to connect to Oracle Apps R12 using JDeveloper 10.1.3.3, then shutdown JDeveloper and then add below mentioned lines in jdev.conf (JDEV_HOME/jdev/bin/jdev.conf) file:

AddVMOption -Duser.language=en
AddVMOption -Duser.region=us

Create a free website or blog at WordPress.com.