Process Tree Mode Example Configuration File

The following is an example configuration file with values set for Process mode using NDO data representation:

### File Name:  processndo.dat

Adapter
	adapter=nnadkstub
	mode=PROCESS
	data=NDO
	repository.dir=c:\nnsy\NNSYContentRepository
	prefix=aaa
	set.msg.options=true
	app.group=test
	transport.context.name=ADKContext
	transport.in.name=INQ
	transport.out.name=OUTQ
	transport.failure_store_name=FAIL
	maximum.transport.retries=2
	transport.exit_if_empty=true
	acknowledge.put=true
	#NCF Serializer
	Input.Serializer.Factory=NCFSerializer_Factory
	Input.Serializer.Library=adk39ncfsd
	Output.Serializer.Factory=NCFSerializer_Factory
	Output.Serializer.Library=adk39ncfsd
	#XML Serializer
	#Input.Serializer.Factory=XMLSerializer_Factory
	#Input.Serializer.Library=adk39xmlsd
	#Output.Serializer.Factory=XMLSerializer_Factory
	#Output.Serializer.Library=adk39xmlsd
	I18N_Condense=false

OTContext.ADKContext
	NNOT_CTX_DEFAULT_TIL_ID    = FAIL
	NNOT_CTX_TMID              = MQSeriesTM
	NNOT_CTX_ENFORCE_TX        = TRUE

TransactionManager.MQSeriesTM
	NNOT_SHARED_LIBRARY    = oti26mqstm
	NNOT_FACTORY_FUNCTION=NNOTMQSeriesTXManagerFactory
	NN_TM_MQS_QMGR         = TEST_QMGR

Session.ADKSession
	NNOT_SHARED_LIBRARY    = dbt26mqs
	NNOT_FACTORY_FUNCTION  = NNMQSSessionFactory
	NNMQS_SES_OPEN_QMGR    = TEST_QMGR

Transport.INQ
	NNOT_SHARED_LIBRARY        = dbt26mqs
	NNOT_FACTORY_FUNCTION      = NNMQSQueueFactory
	NNOT_TIL_OPEN_SESSION_ID   = ADKSession
	NNOT_TIL_OPEN_TSI          = TEST_OUT

Transport.OUTQ
	NNOT_SHARED_LIBRARY        = dbt26mqs
	NNOT_FACTORY_FUNCTION      = NNMQSQueueFactory
	NNOT_TIL_OPEN_SESSION_ID   = ADKSession
	NNOT_TIL_OPEN_TSI          = TEST_IN

Transport.FAIL
	NNOT_SHARED_LIBRARY        = dbt26mqs
	NNOT_FACTORY_FUNCTION      = NNMQSQueueFactory
	NNOT_TIL_OPEN_SESSION_ID   = ADKSession
	NNOT_TIL_OPEN_TSI          = TEST_FAIL