We have 2 appl. In which App2 sending & App1 is receiving msg. Below is the configuration.
App1 => Q Name : GIBTNBN.RCV.SYS1.TO.SYS2
ChannelName: GIBTNBN.SVRCONN
QMgr: M1
App2 => Q Name : IBLPWTW.SYS1.TO.SYS2.STATUS
ChannelName: IBLPWTW.SVRCONN.TLS
QMgr: M2
I know only about SDR/RCVR type of channels. But here I see at both appl's side type of Channel is Server Connection. As per IBM specs => "To send messages using a server channel, you must also create, on the other queue manager, a receiver channel with the same name as the server channel." I am wondering how despite of having different channel name and channel Type (as per spec it should be RCVR Type & with same name 'IBLPWTW') at receiver side , communication is still happening.
Please help me out to identify how SVRCONN channel type work.