cancel
Showing results for 
Search instead for 
Did you mean: 

Low priority and high priority queue

Former Member
0 Kudos

Hi

we have high priority and low priority queue's. Functionality wise i know that time critical messages will be sent through high priority queue's and low priority messages will be sent

through low priority queues. But like to know what technicality makes this separation of

low priority and high priority queue's ? The crus of the question is what technical setting(s)

makes the queue as high priority and what technical setting(s) makes the queue as low priority

queue.

Thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

what kind of queue prioritization are you talking about?

on the intergration engine? or advanced adapter engine ?

if for adapter engine please have a look at chapter:

Message Prioritization from this doc:

https://www.sdn.sap.com/irj/sdn/soa-servicebus?rid=/library/uuid/70b8adc3-728c-2a10-7fad-d43f29074ef...

>>> But like to know what technicality makes this separation of

low priority and high priority queue's ?

simple answer would be - how the system reacts

to new messages if almost all queues are already blocked

for some types of messages - but have a look at the pdf

Regards,

Michal Krawczyk

Former Member
0 Kudos

i Michal

I am talking abt queue prioritization on Integration eninge only.

I am good with queue prioritization and am able to successfully implement

the same. We are using only PI7.0.

My question is what is the technical difference between high priority

and low priority queues ? what technical setting makes it a high priority

queue and what technical setting makes a low priority queue ?

Your answer:

************************************************************************

how the system reacts to new messages if almost all queues are already blocked

for some types of messages

****************************************************************************

My comment: what setting makes the system to behave like that ? what property

of that queue makes them to behave like that ?

Thanks

kumar

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>My comment: what setting makes the system to behave like that ? what property

of that queue makes them to behave like that ?

I'd say none of the queue...

it's hardcoded in SAP I'd say that this type is used for high this for low

you have one type (with queue prefix for high, big etc)

you cannot select any other prefix for high as the one offerd by sap right ?

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

Former Member
0 Kudos

Palnati,

I think this is what you're looking for:

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc1869733413|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc1869733413]

Nilesh