cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy interface

Former Member
0 Kudos

Hi Experts,

we are working on inbound(Server) proxy interface..where we are getting huge volume of data to ECC(2000+ messages)..and thereby it is affecting processing of other proxy messages

Now, we would like to have a dedicated queue for this interface, so that other messages will not be impacted..Could someone please help me in creating queue and use the same in ECC.

please advise.

thanks

Accepted Solutions (0)

Answers (5)

Answers (5)

vadimklimov
Active Contributor
0 Kudos

Hello Toufeeqh,

As far as I understood from the initial post, the question is related to interface specific queues in the receiver proxy system, not in PI. If so, please check the SAP Note 1802294 that brings the enhancement to parallelization mechanisms available for EO scenarios in ABAP proxy receiver systems. Precisely speaking, using the newly introduced and discussed in the referred Note approach, it is possible to set different level of parallelization for various inbound interfaces  (thus, flexibly tuning throughput of particular interfaces based on available resources, expected volume per interface, etc.) by utilizing interface specific queues.

Regards,

Vadim

Former Member
0 Kudos

Thanks for your reply nipun.

But we are not by passing integration engine as it is a server proxy....AAE doesnt work for HTTP and  idoc/proxies right? please correct me if i am wrong.

and the above mentioned link on Priotizing messages in SXMB_ADM.. is that needs to be done at the PI level or at the server proxy side? which is more better?

please advise.

former_member206439
Contributor
0 Kudos

We used AAE in Sync Interface which uses SOAP connections.

And it is working fine.

nipun_shedhani4
Explorer
0 Kudos

Hi

Since you are using Server Proxies, I will also recommend you to go though AAE queue prioritization if you are using SAP PI 7.1 or SAP PI 7.3x.

PI 7.31 AAE Message Prioritization: http://help.sap.com/saphelp_nw73/helpdata/en/48/b2e00f6b156ff4e10000000a42189b/content.htm

PI 7.1x AAE queue prorotzation: https://sites.google.com/site/ruslimchang/message-prioritization-in-advanced-adapter-engine

Regards,

Nipun

former_member206439
Contributor
0 Kudos

Hi Ahmed,

You can achieve this by defining Queue Prioritization.

Please implement the Queue Prioritization at SXMB_ADM.

You have High Priority , Low Priority and Large message Queue.

if you define all your high priority interface messages under high priority and lease priority ones under low priority and for large messages please assign large message queue to improve the performance.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a...

Thanks

N N

former_member190624
Active Contributor
0 Kudos

Hi,

You can do a queue prioritization in PI system. Go through below document , it will help you to configure a dedicated queue for your interface.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a...

AFAIK, we can do the same queue prioritization in ECC also

Regards

Hari.