Acquire Buffer Mode Example Configuration File

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

### File Name:  acquire.dat
Adapter
	adapter=nnadkstub
 	mode=ACQUIRE			
	data=BUFFER
 	msg.type=Buffer
	set.msg.options=true
	app.group=test
	transport.context.name=ADKContext
	transport.out.name=OUTQ
	transport.failure_store_name=FAIL
	maximum.transport.retries=2
	set.oob.options=true
 	acknowledge.put=true

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.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