# @node-test/bus

## @node-test/bus

- [@node-ts/bus](https://bus.node-ts.com/master.md): A node library for building message driven distributed applications.
- [Getting started](https://bus.node-ts.com/installing.md)
- [Installation](https://bus.node-ts.com/installing/installation.md)
- [Handling messages](https://bus.node-ts.com/installing/handling-messages.md)
- [Shutting down cleanly](https://bus.node-ts.com/installing/shutting-down-cleanly.md): Ensure your app shuts down cleanly when terminated
- [Reference](https://bus.node-ts.com/reference.md)
- [Bus](https://bus.node-ts.com/reference/bus.md)
- [BusConfiguration](https://bus.node-ts.com/reference/busconfiguration.md)
- [BusInstance](https://bus.node-ts.com/reference/businstance.md)
- [Getting help](https://bus.node-ts.com/getting-help.md)
- [Messages](https://bus.node-ts.com/guide/messages.md)
- [Events](https://bus.node-ts.com/guide/messages/events.md)
- [Commands](https://bus.node-ts.com/guide/messages/commands.md)
- [System messages](https://bus.node-ts.com/guide/messages/system-messages.md)
- [Message attributes](https://bus.node-ts.com/guide/message-attributes.md)
- [Correlation id](https://bus.node-ts.com/guide/message-attributes/attributes.md)
- [Attributes](https://bus.node-ts.com/guide/message-attributes/attributes-1.md)
- [Sticky attributes](https://bus.node-ts.com/guide/message-attributes/sticky-attributes.md)
- [Workflows](https://bus.node-ts.com/guide/workflows.md)
- [Creating a workflow](https://bus.node-ts.com/guide/workflows/creating-a-workflow.md)
- [Starting](https://bus.node-ts.com/guide/workflows/starting.md)
- [Handling](https://bus.node-ts.com/guide/workflows/handling.md)
- [State](https://bus.node-ts.com/guide/workflows/state.md)
- [Completing](https://bus.node-ts.com/guide/workflows/completing.md)
- [Example](https://bus.node-ts.com/guide/workflows/example.md)
- [Transports](https://bus.node-ts.com/guide/transports.md)
- [RabbitMQ](https://bus.node-ts.com/guide/transports/rabbitmq.md)
- [Amazon SQS](https://bus.node-ts.com/guide/transports/amazon-sqs.md)
- [Redis](https://bus.node-ts.com/guide/transports/redis.md)
- [Custom transports](https://bus.node-ts.com/guide/transports/creating-a-transport.md)
- [Persistence](https://bus.node-ts.com/guide/persistence.md)
- [Postgres](https://bus.node-ts.com/guide/persistence/postgres.md)
- [MongoDB](https://bus.node-ts.com/guide/persistence/mongodb.md)
- [Creating a persistence](https://bus.node-ts.com/guide/persistence/creating-a-persistence.md)
- [Serializers](https://bus.node-ts.com/guide/serializers.md)
- [Class serializer](https://bus.node-ts.com/guide/serializers/class-serializer.md)
- [Loggers](https://bus.node-ts.com/guide/loggers.md)
- [Custom loggers](https://bus.node-ts.com/guide/loggers/custom-loggers.md)
- [Middleware](https://bus.node-ts.com/guide/middleware.md)
- [Lifecycle hooks](https://bus.node-ts.com/guide/lifecycle-hooks.md)
- [Retry Strategies](https://bus.node-ts.com/guide/retry-strategies.md)
- [Dependency injection](https://bus.node-ts.com/guide/dependency-injection.md)
- [Long running processes](https://bus.node-ts.com/guide/long-running-processes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://bus.node-ts.com/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
