cancel
Showing results for 
Search instead for 
Did you mean: 

Same queue name for different interfaces?

Former Member
0 Kudos

Hello gurus,

I have a question where a simple yes or no is all I need. I have two different interfaces between two SAP systems.

INT1: Sys1 - PI - Sys2

INT2: Sys2 - PI - Sys1

I need to use the same queue name for both (EOIO). Would these interfaces affect each other because of this anyhow? I mean, if INT1 fails in R3 or PI, the queue will be blocked until the error isr resolved. But at this point, will INT2 also be affected or it will just keep working independently?

Regards,

Gökhan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, it will affect if one fails the entire queue will get stuck. i.e whatever messages are behind the failed messages irrespective of the interface,will stop until the failed message is canceled.

regards,

Advait

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

In my opinion, yes it will affect the other scenario. But why dont you use different name?

Regards,

Prateek

Former Member
0 Kudos

Thank you for your quick reply. I do want to stop both queues as these interfaces are dependent on each other.

Kind regards,

Gökhan