cancel
Showing results for 
Search instead for 
Did you mean: 

Only one queue ID for my BPM

Former Member
0 Kudos

When I process many message and many Instance of a BPM (about 2500), XI post everything in only one queue ID.

For example queue ID = XBQO$PE_WS99000003.

The process takes a very long time.

How can I parallelize the process in different queues ID?

Thanks,

Sergio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sergio,

You can use Message Filter.

So you can Filter Messages in different Queues.

You can define Message Filter in Transaction "sxmb_adm".

Regards,

Robin

former_member188972
Active Contributor
0 Kudos

Hi Robin,

the Message Filter functionality is valid only for the Inbound / OutBound queue message, not for the PE executions.

Any others idea?

Thanks,

Sergio

Former Member
0 Kudos

Perhaps you could try using event queue administration, transaction SWEQADM. What this is gonna do is allow only one logging of user WF-BATCH per a certain number of events, that is, instead of having one logon per event, you can let the user log on every X events. By doing this you should be able to decrease the number of active processes from transaction SM50...

Perhaps this helps you a bit further...

Cheers, J.