Apache ServiceMix · Capability

Apache ServiceMix REST API — Messaging

Apache ServiceMix REST API — Messaging. 1 operations. Lead operation: Apache ServiceMix List Queues. Self-contained Naftiko capability covering one Apache Servicemix business surface.

Run with Naftiko Apache ServicemixMessaging

What You Can Do

GET
Listqueues — Apache ServiceMix List Queues
/v1/queues

MCP Tools

apache-servicemix-list-queues

Apache ServiceMix List Queues

read-only idempotent

Capability Spec

rest-messaging.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache ServiceMix REST API — Messaging
  description: 'Apache ServiceMix REST API — Messaging. 1 operations. Lead operation: Apache ServiceMix List Queues. Self-contained
    Naftiko capability covering one Apache Servicemix business surface.'
  tags:
  - Apache Servicemix
  - Messaging
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_SERVICEMIX_API_KEY: APACHE_SERVICEMIX_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-messaging
    baseUri: https://servicemix.example.com/api
    description: Apache ServiceMix REST API — Messaging business capability. Self-contained, no shared references.
    resources:
    - name: queues
      path: /queues
      operations:
      - name: listqueues
        method: GET
        description: Apache ServiceMix List Queues
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: rest-messaging-rest
    port: 8080
    description: REST adapter for Apache ServiceMix REST API — Messaging. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/queues
      name: queues
      description: REST surface for queues.
      operations:
      - method: GET
        name: listqueues
        description: Apache ServiceMix List Queues
        call: rest-messaging.listqueues
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-messaging-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache ServiceMix REST API — Messaging. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apache-servicemix-list-queues
      description: Apache ServiceMix List Queues
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-messaging.listqueues
      outputParameters:
      - type: object
        mapping: $.