{
  "service": "example-queue-consumer",
  "status": "ok",
  "last": {
    "service": "example-queue-consumer",
    "status": "processed",
    "processedAt": "2026-05-28T15:05:30.784Z",
    "repository": "w7s-io/example-queue-consumer",
    "environment": "production",
    "queue": "jobs",
    "queueName": "w7s-production-w7s-io-example-queue-consumer-queue-jobs",
    "count": 1,
    "lastMessage": {
      "id": "6da9f9615b4bce8e116127e483cada8a",
      "attempts": 1,
      "timestamp": "2026-05-28T15:05:18.682Z",
      "enqueuedAt": "2026-05-28T15:05:17.737Z",
      "caller": {
        "orgSlug": "w7s-io",
        "repoSlug": "example-queue-producer",
        "repository": "w7s-io/example-queue-producer",
        "environment": "production"
      },
      "body": {
        "id": "ad194854-8c6b-4b3d-b991-6f174e8037fc",
        "text": "token-only-smoke",
        "createdAt": "2026-05-28T15:05:15.857Z",
        "producer": "w7s-io/example-queue-producer",
        "target": "w7s-io/example-queue-consumer",
        "queue": "jobs"
      }
    },
    "messages": [
      {
        "id": "6da9f9615b4bce8e116127e483cada8a",
        "attempts": 1,
        "timestamp": "2026-05-28T15:05:18.682Z",
        "enqueuedAt": "2026-05-28T15:05:17.737Z",
        "caller": {
          "orgSlug": "w7s-io",
          "repoSlug": "example-queue-producer",
          "repository": "w7s-io/example-queue-producer",
          "environment": "production"
        },
        "body": {
          "id": "ad194854-8c6b-4b3d-b991-6f174e8037fc",
          "text": "token-only-smoke",
          "createdAt": "2026-05-28T15:05:15.857Z",
          "producer": "w7s-io/example-queue-producer",
          "target": "w7s-io/example-queue-consumer",
          "queue": "jobs"
        }
      }
    ]
  }
}