Skip to content

Transaction message delayed #474

@viktorzhong

Description

@viktorzhong

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions