Table 9-2 lists the properties that are required to connect to the SDK repository. You can customize additional properties for your message generator, such as the schema class name. Use the full path of this file as the value of the AE Configuration file property of the connection.
Property name |
Description |
---|---|
application_name |
The application name of your SDK adapter. For example: application_name=simpleSDK_adapter |
application_version |
The application version of your SDK adapter. For example: application_version=1.0 |
application_info |
The application description of your SDK adapter. For example: application_info=fileadapterinfo |
config_URL |
The location of your application inside the SDK repository. For example: config_URL=/tibco/private/adapter/sdkTest_Adapters/simpleSDK_adapter |
remote_repository |
The location (full path) to the SDK repository. For example: remote_repository=//Sybase/eas/repra/conf/sampleSDK.dat |
data_publish_name |
The name of the publisher that this application is using. For example: data_publish_name=myPub |
pub_subject |
The subject name that the publisher is going to publish on. For example: pub_subject=repraTest.subject1 |
pre_registered_subscribers |
The list of subscribers to preregister is separated by a comma. For example: pre_registered_subscribers=myCmListener,myCmListener2 |
command_args |
(Must be entered as a single line.) The command line argument to initialize the SDK application. For example: command_args=-system:repourl ../repra/conf/sampleSDK.dat-system:configurl/tibco/private/adapter/sdkTest_Adapters/simpleSDK_adapter |