-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Description
I'm trying the transaction example on the website, the executeLocalTransaction method returns COMMIT_MESSAGE every time.
@Override
public LocalTransactionState executeLocalTransaction(Message msg, Object arg) {
return LocalTransactionState.COMMIT_MESSAGE;
}The issue is the messages are delayed about 30s(on broker), I'm using 4.3.1 and 2m2s.
Is there any tip about this?