Non-transactional Behavior
Adapters that do not support any level of transaction processing have the following characteristics:
BEGIN and
END operations are ignored and no acknowledgements are sent for either operation.
Events are processed as they are received and the
ROLLBACK operation is not supported.
An error with one or more events does not prevent the processing of subsequent events.