Hi all
How do we increase the number of available worker threads for Java IDOC adapter in PI 7.31?
For normal adapters like File, JDBC, JMS we use below parameter (i.e) messaging system queues in AF CORE to change the number of threads.
( name=JMS_http://sap.com/xi/XI/System,messageListener=localejbs/AFWListener,exceptionListener=localejbs/AFWListener,pollInterval=60000,pollAttempts=60,
Send.maxConsumers=20,Recv.maxConsumers=5,Call.maxConsumers=5,Rqst.maxConsumers=5)
But the same with Idoc_AAE doesn't work for java IDOC adapters.
(name=Idoc_AAE_http://sap.com/xi/XI/System,messageListener=localejbs/AFWListener,exceptionListener=localejbs/AFWListener,pollInterval=60000,pollAttempts=60,
Send.maxConsumers=20,Recv.maxConsumers=5,Call.maxConsumers=5,Rqst.maxConsumers=5)
Is there a way to change the default value ?
Note : Changing the value of Max Connections in NWA-->RFC destination only allows parallel connection not number of the java threads.