cancel
Showing results for 
Search instead for 
Did you mean: 

Process in the Same Queue ID

Former Member
0 Kudos

Hi experts,

I am having some problem whereby several different XML Messages (Processes) has been assigned in the same queue. This makes the XML message need to wait until the preceding message to be completed.

[IMG]http://img525.imageshack.us/img525/2220/samequeueidnc1.jpg[/IMG]

Given my system performance not affected, may I know any way I can increase my Queue ID range so that the chances for the messages 'stuck' in same Queue ID minimized? Or is there any advice?

Thanks so much.

Cheers,

Isaac.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey,

you can use multiple queues by setting a parameter.

Go to transaction SXMB_ADM

Integration Engine Configuration.

Select category as Tuning.

Click on configuration.

set the EO_OUTBOUND_PARALLEL to N(number of queues)

regards,

Milan

Former Member
0 Kudos

Thanks Milan. I have resolved the problem using your suggestion. Thanks a lot.

For the rest experts, thanks as well for highlighting me on the QoS. Thanks experts.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Isaac

I dont think there is a way that you can increase the queue ID range.

In XI you can even use QOS as EOIO that will help not to stuck XML messages while processing.

But yes you can register, deregister queue using the Qin Sceheduler. This can help you seperating the XML messages assigned to same queue.

Refer the Help link to understand how to use Qin for this task. This link is for inbound queue administration.

http://help.sap.com/saphelp_nw04/helpdata/en/b0/df5f3c8dde1c67e10000000a114084/content.htm

Thanks

Gaurav

Former Member
0 Kudos

hi,

i think u r using QOS: EOIO for processing.. use EO to process u r scenario..

then u r problem will be solved.

Thanks,

Madhav

Note: Points If Useful

Former Member
0 Kudos

Hi Issac,

Once XML Messages are in scheduled its stuck in the same queue ID. Go to SMQ2 t.code, check the queue status,

its shows error.

Regards,

Sateesh