# Functions
InitOrDie Exchange
----------------- | Exchange: Ror | - ----------------- \ \ > ------------------- | Exchange: kind | ------------------- / / / ---------------------- | Queue: ms-kind | ----------------------
kind Exchange: - type: headers - durable: true - autoDelete: false - internal: false - noWait: false - arguments: nil
Bindings: - ROR -> kind - key: "provider.kind.#" - noWait: false - arguments: nil
Queue: - Name: ms-kind - Durable: true - Arguments: x-queue-type: quorum - Bindings: - Exchange: kind - Routing Key: "resource.*" - Arguments: x-match: all, apiVersion: general.ror.internal/v1alpha1, kind: ClusterOrder - Bindings: - Exchange: kind - Routing Key: "resource.*"
InitOrDie initializes the RabbitMQ definitions and panics if it fails It is called from the main function and it is blocking.
# Variables
No description provided by the author
No description provided by the author