Could you tell me what's the tag to define how TIB/Adapter for R/3 delivers messages, "reliable" or "CertifiedMessage"?

Could you tell me what's the tag to define how TIB/Adapter for R/3 delivers messages, "reliable" or "CertifiedMessage"?

book

Article ID: KB0091712

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for SAP Solutions -
Not Applicable -

Description

Resolution:
The TIB/Adapter for R/3 incorporates Certified publish and subscribe
messaging for all R/3 interfaces (ALE/IDocs, RFC and BAPI).
This guarantees delivery of business events/information
despite network failures.
The &ltproducers> & &ltconsumers> tags in the adapter xml file
would be the area to use to specify "RVCM" related params
like network, session & daemon. A section from xml file is
given below.
&ltproducers>
    &ltrvCmPublisher
      name    ="idocCMPublisher"
      session    ="RFCServerCMSession"
      subject    ="SAP.IDOC"
    />
    </producers>

  &ltconsumers>
    &ltrvCmSubscriber
      name  = "idocCMSubscriber"
      session = "RFCClientCMSession"
      subject = "SAP.MATMAS">
    </rvCmSubscriber>
  </consumers>

Issue/Introduction

Could you tell me what's the tag to define how TIB/Adapter for R/3 delivers messages, "reliable" or "CertifiedMessage"?

Environment

Product: TIBCO Adapter for R/3 (SAP) Version: All OS: Not Specified OS --------------------