Node.js client for IBM Message Hub REST API (version 2.0.0). This version removed consume and produce APIs; users should switch to node-rdkafka for Kafka-level messaging. Legacy release, no longer actively developed. Non-enterprise Message Hub instances only.
npm install message-hub-restNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a topic, lists all topics, then deletes the created topic using MessageHub REST API.
Use node-rdkafka or another Kafka client for producing/consuming messages.
Migrate to node-rdkafka and Kafka protocol.
Check Bluemix documentation for pricing before creating topics.
Wrap constructor in try-catch or validate services input.
Ensure you have a non-enterprise Message Hub service.
Use 'new MessageHub(services)' instead of 'MessageHub(services)'.
Provide valid VCAP_SERVICES JSON string via environment variable.
Use node-rdkafka for produce/consume; only use message-hub-rest for topic management.
No dependency data recorded yet.