> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/integrations/builtin/credentials/amqp.md).

# AMQP credentials

You can use these credentials to authenticate the following nodes:

* [AMQP Sender](/integrations/builtin/app-nodes/n8n-nodes-base.amqp.md)
* [AMQP Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.amqptrigger.md)

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Install an AMQP 1.0-compatible message broker like [ActiveMQ](https://activemq.apache.org/). Refer to [AMQP Products](https://www.amqp.org/about/examples) for a list of options.

## Supported authentication methods <a href="#supported-authentication-methods" id="supported-authentication-methods"></a>

* AMQP connection

## Related resources <a href="#related-resources" id="related-resources"></a>

Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing, reliability and security. Refer to the [OASIS AMQP Version 1.0 Standard](https://docs.oasis-open.org/amqp/core/v1.0/amqp-core-overview-v1.0.html) for more information.

Refer to your provider's documentation for more information about the service. Refer to [ActiveMQ's API documentation](https://activemq.apache.org/components/classic/documentation/rest) as one example.

## Using AMQP connection <a href="#using-amqp-connection" id="using-amqp-connection"></a>

To configure this credential, you'll need:

* A **Hostname**: Enter the hostname of your AMQP message broker.
* A **Port**: Enter the port number the connection should use.
* A **User**: Enter the name of the user to establish the connection as.
  * For example, the default username in ActiveMQ is `admin`.
* A **Password**: Enter the user's password.
  * For example, the default password in ActiveMQ is `admin`.
* *Optional:* **Transport Type**: Enter either `tcp` or `tls`.

Refer to your provider's documentation for more detailed instructions.


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.n8n.io/integrations/builtin/credentials/amqp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
