cancel
Showing results for 
Search instead for 
Did you mean: 

*Queues

Former Member
0 Kudos

Hi all,

is it possible to create multiple queues for a single message.

we have 500 mb file which we are cutting in to smaller chunks of 5mb.

in order them to process quickly ,how to create a parallel queue for the same.

Thanks,

Srinivasa

Accepted Solutions (1)

Accepted Solutions (1)

VijayKonam
Active Contributor
0 Kudos

For increasing the parallelism on the over all system, you can increase the value for the SXMB_ADM -> IE Configuration ->Tuning category -> the INBOUND parallel and the OUTBOUND parallel parameters. refer to the SAP documentation before proceeding.

VJ

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Srinivasa,

if you are looking for the option of Prioritizing the Queues, hope the following links help you do that .

[SapNote1000330|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_xi/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31303030333330%7d]

Regards,

Srinivas

former_member194677
Participant
0 Kudos

Hi,

With the help of Queue Prioritization you can pick important messages and push them to queue XBTA which is reserved for high priority messages.

Former Member
0 Kudos

Hi Srinivas,

System by default create multiple queues for multiple message which are of type EO.

You can use Sender communication channel feature, create message per records...which will create multiple message. If processing is EO then those messages will be processed by multiple queues. You should not face any performance issue.

Regards

Sushil