cancel
Showing results for 
Search instead for 
Did you mean: 

How to do the Queue Prioritization.

Former Member
0 Kudos

Hi ,

We are working on PI 7.0 and frequently facing the messages processing delay from queues. So we need to give high priority for critical interfaces and need to process first ,if they come to queue later also than low priority interface messages.How can we find the high priority messages and corresponding queue names as well as how to do this task in production system.

Can some one explain clearly on this task.

Thanks,

NAGA

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

You can try this option:

Tcode - SXMB_ADM >Integration Engine>Configuration-->Configure Filter for Queue prioritization

Maintain sender receiver information here.This should help.

Regards,

Ashutosh

Former Member
0 Kudos

Hi,

Please assign queue priyarity in following location

SXMB_ADM->Configuration ->Configure Filter for Queue Prioritization

Select Prefix from the below list , assign size 2097151 and message gategory as Request or acknowledgement,status is active

XBT1 High Priority Sender/IS Inbound EO Queue

XBT9 Low Priority Sender/IS Inbound EO Queue

XBQ1 High Priority Sender/IS Inbound EOIO Queue

XBQ9 Low Priority Sender/IS Inbound EOIO Queue

XBTA High Priority Receiver/IS Outbound EO Queue

XBTZ Low Priority Receiver/IS Outbound EO Queue

XBQA High Priority Receiver/IS Outbound EOIO Queue

XBQZ Low Priority Receiver/IS Outbound EOIO Queue

XBTX High Priority Acknowledgment EO Queue

XBTY Low Priority Acknowledgment EO Queue

XBQX High Priority Acknowledgment EOIO Queue

XBQY Low Priority Acknowledgment EOIO Queue

XBTM Queue for Large EO Messages in IS Outbound Channel

Please do these steps,your issue will resolve.

Thanks

Ravi

Former Member
0 Kudos

Thanks Ravi.