ข้ามไปยังเนื้อหา

Cephalon.Observability.RabbitMqDependencies

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Maturity: M0 · Ownership: taxonomy-only · Family: observability · See audit, matrix.

Cephalon.Observability.RabbitMqDependencies adds a supported RabbitMQ dependency-health path for Cephalon hosts.

  • Engine:Observability:DependencyHealth:RabbitMq configuration binding
  • AMQP connection-string or discrete host/virtual-host probe settings for RabbitMQ endpoints
  • reusable broker connection probes through RabbitMQ.Client
  • reusable IDependencyHealthContributor integration for broker-backed readiness and diagnostics
  • Configuration/RabbitMqDependencyDefinition.cs
  • Configuration/RabbitMqDependencyHealthOptions.cs
  • Hosting/RabbitMqDependencyHealthServiceCollectionExtensions.cs
  • Services/RabbitMqDependencyHealthProbeHostedService.cs
  • Configuration
  • Hosting
  • Services

This package keeps RabbitMQ-specific connection handling out of Cephalon.Engine while still feeding the existing dependency-health contract. Hosts can opt into it when they need broker readiness to surface through /engine/dependencies, /health/live, /health/ready, and /engine/diagnostics without re-implementing AMQP connection setup, vhost handling, or TLS toggles per host. When active, it also publishes its probe event ids through the shared runtime diagnostics catalog.