We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As discussed in the Spring Integration Migration Guide, a new feature has been introduce that allows a lock to expire.
With this change the TASK_LOCK table will need to be updated upon migration. For example:
ALTER TABLE INT_LOCK ADD EXPIRED_AFTER TIMESTAMP NOT NULL;
There was an error while loading. Please reload this page.