LockedMessage

Data object used to store and lock incoming messages in MemoryMessageQueue.

Description

The LockedMessage class allows you to create data objects used to store and lock incoming messages in MemoryMessageQueue.

Fields

expiration_time

The expiration time for the message lock. If it is None, then the message is not locked.

expiration_time: datetime.datetime

message

The incoming message.

message: MessageEnvelope

timeout

The lock timeout in milliseconds.

timeout: int

See also