# Nuovi argomenti su Message Bus

**URL:** https://meta.discourse.org/t/new-topics-on-message-bus/369717
**Category:** Development
**Created:** [11 Giugno 2025, 11:09am UTC](https://meta.discourse.org/t/new-topics-on-message-bus/369717 "2025-06-11T11:09:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![themadseventeen](https://avatars.discourse-cdn.com/v4/letter/t/ecae2f/32.png) [@themadseventeen](https://meta.discourse.org/u/themadseventeen)
#### Post date: [11 Giugno 2025, 11:09am UTC](https://meta.discourse.org/t/new-topics-on-message-bus/369717/1 "2025-06-11T11:09:24Z")

</div>

Un canale del message bus per un argomento appena creato non contiene alcun messaggio riguardante il primo post. Tuttavia, l’ID dell’ultimo messaggio non è 0. È questo il comportamento previsto?

---

<div class="post-metadata">

### Author: ![themadseventeen](https://avatars.discourse-cdn.com/v4/letter/t/ecae2f/32.png) [@themadseventeen](https://meta.discourse.org/u/themadseventeen)
#### Post date: [11 Giugno 2025, 11:13am UTC](https://meta.discourse.org/t/new-topics-on-message-bus/369717/2 "2025-06-11T11:13:26Z")

</div>

Ad esempio, il backlog per questo argomento è

```json
[
    {
        "global_id": 272370861,
        "message_id": 2,
        "channel": "/topic/369717",
        "data": {
            "type": "localized",
            "id": 1791073
        }
    },
    {
        "global_id": 272370917,
        "message_id": 3,
        "channel": "/topic/369717",
        "data": {
            "type": "localized",
            "id": 1
        }
    },
    {
        "global_id": -1,
        "message_id": -1,
        "channel": "/__status",
        "data": {
            "/topic/369717": 3
        }
    }
]

```

Il messaggio con id 1 (che presumo sia il messaggio di creazione del post) è mancante.
