AMQP Messages API Documentation
This service is responsible for making pulse messages accessible from browsers and cli. There are API endpoints to bind / unbind to an exchange and pause / resume listening from a queue
Functions
Using the APIsSignature | Summary |
---|---|
ping() : void | Ping Server |
connect({bindings}) : void | Events-Api |
Ping Server
- Method
- get
- Route
/ping
- Signature
ping() : void
- Stability
stable
Respond without doing anything. This endpoint is used to check that the service is up.
Events-Api
(experimental)- Method
- get
- Route
/connect/
- Signature
connect({bindings}) : void
- Stability
experimental
Connect to receive messages
- Previous
- Up
- Next