cancel
Showing results for 
Search instead for 
Did you mean: 

http to Abap Proxy communication with multiple queues generation in Recevr

Former Member
0 Kudos

Dear SDNs,

I need some help in the following scenario, appreciate your suggestions and help .

I am receiving the messages from sender to PI on http posting, from PI I am sending the message to SAP system using receiver xi communication channel ( receiver is abap proxy).

Sender will send the messages in QOS=EOIO, QUEueID=XXXt_100 etc parameters, when large volumes cases, it is getting delayed to process it using a single queue.

We are thinking to dynamically generate multiple queues in PI and send the same queue ids to receiver SAP system to process all the messages quickly in SAP System also.

Help /Clarifications needed:

1. XI receiver communication channel in pi does not provide any options to generate dynamic queue id based on payload content (using dynamic configuration) and sent it to SAP.

2. Module Tab in receiver communication channel also got disabled to add custom adapter modules, can we add custome adapter module on xi receiver channel to generate dynamic queue id ?

Really appreciate your immediate help and suggestions.

Thanks.

Suraj.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

use EO instead of EOIO and dont mention queueid from HTTP sender while posting.

Former Member
0 Kudos

Dear Praveen,

Thanks lot for the immediate reply, we need to use EOIO, as the messages need to be processed in the same order we send and receive, there is no flexibility in QOS=EOIO, Appreciate if there is any other thoughts?

Thanks In Advance.

Suraj.