Acquire NDO Mode Example Configuration File

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

### File Name: acquirendo.dat

Adapter
	adapter=nnadkstub
	mode=ACQUIRE
	data=NDO
	msg.type=NDO
	set.msg.options=true 
	app.group=test
	transport.context.name=ADKContext
 	transport.out.name=OUTQ
	transport.failure_store_name=FAIL
	maximum.transport.retries=2
	prefix=aaa	
	set.oob.options=true
	acknowledge.put=true 
	#NCF Serializer
 	Output.Serializer.Factory=NCFSerializer_Factory
 	Output.Serializer.Library=adk39ncfsd
	Output.Serializer.Encoding=Latin2
	#XML Serializer
 	#Output.Serializer.Factory=XMLSerializer_Factory
 	#Output.Serializer.Library=adk39xmlsd
	#Output.Serializer.Encoding=UTE8
	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 = NOTMQSeriesTXManagerFactory
	NN_TM_MQS_QMGR	         = TEST_QMGR

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

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

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