Skip to content

Payload Enricher - Handle "Null" Messages due to reply-timeout [INT-2257] #6240

@spring-operator

Description

@spring-operator

Gunnar Hillert opened INT-2257 and commented

We don't handle null messages correctly.

In class "ContentEnricher":
replyMessage = this.gateway.sendAndReceiveMessage(actualRequestMessage);

and then we immediately try to handle the message but because it is "null"...things blow up.

Once a "null" message is received, skip further processing and return method.


Affects: 2.1 M3

Issue Links:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions