{% extends base_template %} {% block content %}
{# Flash messages #} {% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %} {% if is_dag_file %}
This subscription is defined in a DAG file via @rmq_trigger. Only the Enabled toggle can be changed here. To modify other fields, update the DAG file.
{% endif %}
{{ csrf_token() }}

Airflow connection ID pointing to the RabbitMQ instance.

Optional message filter in format {"filter_headers": {"key": "value"}}. Leave empty to trigger on any message.

Cancel
{% endblock %}