9.4.3.2.1.3 goldengate.userexit.nochkpt
Disables or enables the checkpoint file. The default is false
, the checkpoint file is enabled
. Set this property to true
if transactions are supported and enabled on the target.
For example, Java Adapter Properties if JMS is the target and JMS local transactions are enabled
(the default), set goldengate.userexit.nochkpt=true
to disable the user exit checkpoint file. If JMS transactions are disabled by setting localTx=false
on the handler, the checkpoint file should be enabled by setting goldengate.userexit.nochkpt=false.
goldengate.userexit.nochkpt=
true|false
Parent topic: General Properties