cancel
Showing results for 
Search instead for 
Did you mean: 

Can multiple receive channels use same service interface

avinash_ayanala
Participant
0 Kudos

Hello All,

Currently i am working on single stack PI 7.3.1 and I want to use same service interface for multiple receiver channels in an scenario is it possible to use same service interface and i also want to learn the reason for it please guide me, thanks in advance.

Regards,

Avinash.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Avinash,

Yes it is possible. The service interface is created during design-time and describes the structure of a service interface and how it behaves (sync/async). Afterwards during config. time this service interface with its structure can be used on different technical systems theoretically. It depends how the configuration (ICO) is set up.

BR

Harald

Answers (2)

Answers (2)

Harish
Active Contributor
0 Kudos

Hi Avinash,

Adding to earlier reply, you can use the same service interface for different channel but the receiver or sender service should be different for different channel (to have unique receiver agreement configuration or receiver ICO setting.

regards,

Harish

iaki_vila
Active Contributor
0 Kudos

Hi Avinash,

Yes, you can have multiple channels for the same service interface in one scenario. The reason is simple, because you can send a message for multiple locations for example a file to a filesystem in USA and other to filesystem in Spain.

Regards