Configuration and Default Wire-Formatted Message Generator Usage

Configure connections and use the default wire-formatted message generator.

An example of configuring connections:
Inbound Type = REPLICATION
Outbound Type = TIBCO
TIBCO Message Type = AECM
AE Configuration File = d:\sybase\appserver\conf\ae.props
AE Message Generator =
An example of SDK application configuration with d:\sybase\appserver\repra\conf\ae.props:
application_name=simpleSDK_adapte
application_version=1.0
application_info=fileadapterinfo
config_URL=
/tibco/private/adapter/sdkTest_Adapters/simple
SDK_adapter
remote_repository=
      Sybase/appserver/repra/conf/sampleSDK.dat
data_publish_name=myPub
pub_subject=repraTest.subject1
pre_registered_subscribers=myCmListener,myCmListener2

Example output:

By default, the message format is an XML text-stream representation of the RepEvent. In a Tibrv Listener, the format is:
message = {
^pfmt^ = 10
^ver^ = 30
^type^ =1
^encoding^ =1
^tracking^={^id^="5rRX7g5jVWROok8EujzzwB3Uzzw"}
^data^={
    data={RepEvent="<?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE dbStream SYSTEM
            'http://yjeongw2k:8000/repra/dtds/dbeventstream.dtd'>
      <dbStream environment="repraJMS2.repdb">
            <tran eventId="102:000000000000c8d500007fe7003900007fe70036000093bd00bf1c0c0000000000010001">
              <insert schema="REP4">
                 <values>
                   <cell name="repId" type="INT">2</cell>
                   <cell name="repName" type="VARCHAR">name 2</cell>
                   <cell name="repCode" type="VARCHAR">code 2</cell>
                 </values>
              </insert>
            </tran>
      </dbStream>"}
}
}
This message has been formatted for readability.