> ## Documentation Index
> Fetch the complete documentation index at: https://rasa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Pika-endpoint

> Pika-endpoint reference documentation for the Rasa Platform.

```yaml title="endpoints.yml" theme={null}
event_broker:
  type: pika
  url: localhost
  username: username
  password: password
  queues:
    - queue-1
  #   you may supply more than one queue to publish to
  #   - queue-2
  #   - queue-3
  exchange_name: exchange
```


## Related topics

- [Rasa Pro Change Log](/docs/reference/changelogs/rasa-pro-changelog.md)
- [Event Brokers](/docs/reference/integrations/event-brokers.md)
- [Environment Variables](/docs/reference/config/environment-variables.md)
- [Kafka-plaintext-endpoint](/docs/reference/integrations/event-brokers-config/kafka-plaintext-endpoint.md)
- [Kafka-ssl-endpoint](/docs/reference/integrations/event-brokers-config/kafka-ssl-endpoint.md)
