{
  "Monitor": {
    "monitorName": "ApacheCamelConsumersMonitor",
    "isEnabled": true,
    "vector": {
      "defString": "ApacheCamelConsumersVector",
      "merge": false
    },
    "mbeans": {
      "beans": [{
        "objectNamePattern": "org.apache.camel:context=*,type=consumers,name=*",
        "vectors": {
          "type": "dynamic",
          "separator": "_",
          "property":[ {
            "name": "name",
            "depth": 1,
            "operation": "equals"
          }]
        },
        "attribute": [
          {
            "name": "Delay",
            "type": 1,
            "dataType": "long",
            "index": 1,
            "path": "",
            "value": ""
          },
          {
            "name": "BackoffCounter",
            "type": 1,
            "dataType": "int",
            "index": 2,
            "path": "",
            "value": ""
          },
          {
            "name": "InflightExchanges",
            "type": 1,
            "dataType": "java.lang.Integer",
            "index": 3,
            "path": "",
            "value": ""
          }
        ]
      }]
    }
  }
}