cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP_http ://sap.com/ xi/ XI/ SystemCall - How to change "MaxThreads" param

Former Member
0 Kudos

Hi all,

Looking at MessageSystem, System Status (http://host:port/MessagingSystem/monitor/systemStatus.jsp), I found that the MaxThreads parameter for the queue SOAP_http://sap.com/xi/XI/SystemCall is "5" (probably the default value). Actually this is the bottleneck of incoming xi soap calls. Where can I change this parameter?

thanks!

roberti

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Change this is the configtool

Needs a Java Restart.

I think it is MaximumThreadPoolSize.

Former Member
0 Kudos

Hi Barry,

What do you mean with "config tool"?

We already tried to find it on Visual Admin, under services/adapter engine and couldn't find it... Any tip about to guide me?

thanks.

roberti

Former Member
0 Kudos

my mistake... I just looked it up in my ADM200...

This related to the Kernel threads...

Application Threads Pool - default is 100!

Former Member
0 Kudos

Ok, application thread pools are set do 150, but those threads are distributed to the queues (dinamically, I think). But there is somewhere a parameter to limit the maxthreads for each queue individually, some queues are 10, some queues are 5. Actually we need to change this limit to soap systemcall queue.

0 Kudos

This solution can be found at:

/people/kenny.scott/blog/2007/08/20/messaging-system-queue-properties-after-xi-30-sp19-xi-70sp11

Answers (0)