{
  "data": {
    "fields": {
      "deliveryTag": 1,
      "redelivered": true,
      "exchange": "",
      "routingKey": "orders.processing",
      "messageCount": 10
    },
    "properties": {
      "contentType": "application/json",
      "contentEncoding": "utf-8",
      "headers": {},
      "deliveryMode": 2,
      "priority": 0,
      "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "replyTo": "amq.rabbitmq.reply-to",
      "expiration": "60000",
      "messageId": "msg-20260402-001",
      "timestamp": 1743580800,
      "type": "order.created",
      "userId": "guest",
      "appId": "order-service",
      "clusterId": ""
    },
    "content": {
      "type": "Buffer",
      "data": [
        123,
        34,
        111,
        114,
        100,
        101,
        114,
        73,
        100,
        34,
        58,
        34,
        79,
        82,
        68,
        45,
        50,
        48,
        50,
        54,
        45,
        49,
        50,
        51,
        52,
        34,
        44,
        34,
        115,
        116,
        97,
        116,
        117,
        115,
        34,
        58,
        34,
        112,
        101,
        110,
        100,
        105,
        110,
        103,
        34,
        125
      ]
    },
    "message": "{\"orderId\":\"ORD-2026-1234\",\"status\":\"pending\"}"
  }
}