Listeners
Lists the message listeners currently registered against the embedded ActiveMQ broker.
Columns
- Name - listener name.
- Destination - queue or topic name.
- Kind -
QUEUEorTOPIC. - Handler - JS / TS file or Java class invoked per message.
- State -
ACTIVE,STOPPED,ERROR. - Owner - declaring project.
The view is read-only. Authoring is done via Listener artefacts (*.listener files reconciled by the listener synchronizer).
See also
- Messaging perspective - broker-level destinations and message browser.
- @aerokit/sdk/messaging - send and receive from JS / TS code.