# EventMap.message property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.eventmap.message/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Emitted for every message consumed from the queue, with the payload, the message id, and the name of the queue that sent it.

**Signature:**

```typescript
message: [data: JsonObject, id: string, from: string];
```

