cancel
Showing results for 
Search instead for 
Did you mean: 

Message queuing and queue prioritization

former_member200339
Participant
0 Kudos


Dear All,

We have an interface as follows:

ABAP Proxy (in ECC) -> SAP PI (7.3) -> HTTP interface.

We have the following requirements

  1. Data from ECC (ABAP proxy) should come in a EOIO fashion to SAP PI.
  2. The corresponding EOIO queue should be "low priority".

Please guide how to achieve the two requirements.

Thanks and Regards,

Rana Brata De

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

I assume you have configured ICo/Soap sender channel with XI 3.0 protocol. If so

>>> Data from ECC (ABAP proxy) should come in a EOIO fashion to SAP PI.

You can set the queue ID to maintain sequence.

Though we don't have any option in communication channel to set the QoS /Queue ID sent from sender system is used at run time.

>>> The corresponding EOIO queue should be "low priority".

For maintaining low priority , set this interface to low under,

http://<<host>> : <<port>>/ pimon -> Configuration and Administration -> Message Prioritization:

former_member200339
Participant
0 Kudos

Hello Hareesh,

Thanks a lot.

It is a classical scenario and not an ICO.

Sender adapter is classical XI Adapter (for sender ABAP proxy).

Can you please explain for the above case.

Thanks and Regards,

Rana Brata De

former_member184720
Active Contributor
0 Kudos

ABAP proxy code remains same to set the queue ID.

For queue prioritization on ABAP stack

Refer to below document -> section 4.10

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70c8bdb7-6fe0-2e10-5b86-a33fdb53f...

former_member200339
Participant
0 Kudos

Thanks for your quick reply.

For the queue prioritization that you have mentioned...  is it the same going to "ssxmb_adm->Configure Filter for Queue Prioritization" in ABAP Stack?

Thanks and Regards,

Rana Brata De

former_member184720
Active Contributor
0 Kudos

>>>For the queue prioritization that you have mentioned...  is it the same going to "ssxmb_adm->Configure Filter for Queue Prioritization" in ABAP Stack?


Yes. It's the same.

former_member200339
Participant
0 Kudos

Thanks Hareesh. your guidance was very helpful to us.

Answers (1)

Answers (1)

nabendu_sen
Active Contributor
0 Kudos

Hi Rana,

Is your scenario Synchronous or Async? PI supports EOIO only for Asynchronous communications I think.

Regards,

Nabendu.