cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PO to ERP async message assign queue per interface

05-09-2019 6:04 PM
MatthiasFricke Participant
1075 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello,

I am sending async messages from PI using XI 30 protocol to ERP backend.

I would like to have one message queue per interface in backend system.

How can I achieve this?

Thanks

Matthias

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

vicky20691
Active Contributor
0 Likes

Hi,

this is weird and not sure how many queues might we need if we do like this. But in case you want to split messages among various types of queues you can go for queue prioritization in sxmb_adm

https://blogs.sap.com/2015/01/01/queue-prioritization-in-application-system-message-split-from-singl...

Regards,

Vikas

Answers (1)

Answers (1)

apu_das2
Active Contributor
0 Likes

Basically, you are planning to make all interfaces EOIO.

If your sender CC adapter supports EOIO then you need to activate it there

or,

You can create custom module to create dynamic queue. I am not suggesting Java Mapping as you want perform this in multiple interfaces.