Skip to content

Transmission identifier should not be equal to Message-ID #436

@artjomsk

Description

@artjomsk

Hello!

As far as I understand Message-ID should be unique for payload, but TransmissionID should identify a specific transmission / transmission attempt.

However, in Oxalis messageID is generated each time even for same payload. OK, we can create own MessageIdGenerator implementation. But in that case TransmissionID will be same for same payload, because in As2MessageSender:

transmissionIdentifier = TransmissionIdentifier.fromHeader(messageId);

and all the method above does is removing "<" and ">".

Is it a bug? And what is correct way to have own MessageID (probably not unique) and unique TransmissionID?

P.S. Related to #294

Metadata

Metadata

Assignees

No one assigned

    Labels

    IssueIssue which are under review, can be bugUnder reviewIssues currently being reviewed

    Type

    No type

    Projects

    Status

    Q1 2026 – January-March

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions