cancel
Showing results for 
Search instead for 
Did you mean: 

Messages in P00 Queue

Former Member
0 Kudos

Dear All,

I have a scenario in which messages from XI have successfully processed but are still in queue in P00 side. They have not failed or anything just that the first message in queue is of large size so it will take time to process. Is there any way that I can process the messages below the first message which is in queue which is taking time to process ?

Or is there any way I can change queue of the following messages which are in transaction recorded state due to the first one and not executing?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think you need to prirotize the large messages using SXMB_ADM - Configure Filter for Queue Prioritization so that large messages will use XBTL* queue and other messages will use default queues.

Former Member
0 Kudos

Run the Report to Cacel the large message, modify the queue for particular scenario to XBTL queue. All other messages will

be processed without any dealy.

Former Member
0 Kudos

Hi Saras,

You may run TCode SMQR to prioritarize queue XBTL* for messages with heavy payload. To get rid of the situation now, you run Fn. Module SWP_WORKFLOW_ITEM_CANCEL to cancel the workflow/bpm processing for the time being.

Regards,

Sugata