cancel
Showing results for 
Search instead for 
Did you mean: 

One concurrent connection in SOAP Receiver

former_member182412
Active Contributor
0 Kudos

Hi Experts,

I am doing Proxy to Soap scenario asynchronously, target system cant handle multiple message processing at a time, so i need to send one message at a time, we got default concurrent connections for SOAP adapter is 5 and we got 4 server nodes, that means PI can send 20 concurrent processing at a time via SOAP adapter, is there any parameter i can set at receiver soap channel to send one message at a time to the receiver??

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>is there any parameter i can set at receiver soap channel to send one message at a time to the receiver??

AFAIK, we don't have parameter to set like that in the soap channel.

former_member182412
Active Contributor
0 Kudos

Hi Baskar,

Can we achieve this requirement or not, is there any way we can do this?? I know we cant but i am just asking the question to the forum.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You can try using EOIO  quality of service in the soap channel (async) to see how that helps.