on 2009 Jan 26 5:43 PM
Folks,
I have a peculiar problem.
I have a scenario IDoc --> XI --> SOAP (WS). There are two receivers for the interface so I do message branching.
The message volume is pretty high with several thousand messages in few seconds.
The issue is one of the receiver needs these messages near real time and is able to keep up with the volume. However, another receiver to these messages can receive these messages delayed and is not able to keep up with the volume.
I dont want to create two different messages from the source. I would like to somehow throttle the messages in XI for the second receiver so that it can keep up with the volume.
I cannot control these with the number of threads for the adapter as I use the same adapter type for both receivers. Is there a way to set the number of threads by channel or some other way so that I am controlling the number of messages I sent to the second receiver?
Regards
Haseeb
Request clarification before answering.
You may increase the parallel processing of messages by incresing the number of inbound and outbound queues used in processing through integration engine. Goto sxmb_adm -> Integration Engine Configuration -> Specific parameter -> Increase the value of parameters EO_OUTBOUND_PARALLEL and EO_INBOUND_PARALLEL.
http://help.sap.com/bp_bpmv130/Documentation/Operation/TuningGuide.pdf
Regards,
Prateek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Prateek,
Sure I can do that. However, in my case, I am not looking to improve the processing in XI. I am looking to throttle the message output for a specific receiver. Parallel processing is setup at the integration level and any changes there impacts the throughput for not just one single receiver but all the messages going through XI.
Regards
Haseeb
User | Count |
---|---|
78 | |
30 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.