Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hazelcast Queues API

Distributed queue operations under /hazelcast/rest/queues.

Hazelcast Queues API is one of 5 APIs that Hazelcast publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Queues. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 3 operations across 2 paths. It is described by OpenAPI 3.0.3, at version latest.

Requests are made against a single base URL, http://{host}:{port}.

3 operations 2 paths 0 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
latest
Base URL
http://localhost:5701/hazelcast/rest
Contact
Resource Areas
1

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Queues 3

Distributed queue operations under /hazelcast/rest/queues.

POST
/hazelcast/rest/queues/{queueName}
Offer item to queue
offerQueueItem 1 param body → 200
DELETE
/hazelcast/rest/queues/{queueName}
Poll item from queue
pollQueueItem 2 params → 200
GET
/hazelcast/rest/queues/{queueName}/size
Get queue size
getQueueSize 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hazelcast-queues-api-openapi.yml Raw ↑

Other APIs Hazelcast publishes across the network.

Hazelcast Cluster API
Hazelcast Configuration API
Hazelcast Health API
Hazelcast Maps API