Skip to content

[DbalDriver] does not convert Message::$expire to DbalMessage::$timeToLive #391

@msheakoski

Description

@msheakoski

The following methods are missing code to handle expire/timeToLive conversion between Message and DbalMessage objects:

public function createTransportMessage(Message $message)

public function createClientMessage(PsrMessage $message)

which results in the "enqueue" table having a null value for "time_to_live" even though it was set on the Message object prior to sending the event/command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions