# Publishing outside any transaction: which listeners run

OrderService.placeWithoutTransaction: row inserted (auto-commit), publishing
@EventListener                         tx active: false  row visible to other connections: true
AFTER_COMMIT or immediately            (fallbackExecution = true)
