You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OEE-1526: Consumers try to process not committed processes (#13691)
* OEE-1526: Consumers try to process not committed processes
- added transactional interface to message queue
- adde start transaction, commit and roll back to amqp message producer and amqp driver
- added IntegrationSyncListener that open queue transaction before start sync and commit transaction after sync
- added tests