//! Bootstrap helper — register in-memory backend on the global [`QueueRouter`](boson_core::QueueRouter).
use Arc;
use ;
use crateMemQueueBackend;
/// Install a new [`MemQueueBackend`] as the process-global default backend.
///
/// Registers under `default` so [`default_backend_from_global`](boson_core::default_backend_from_global) resolves it.
///
/// Call once at host boot in tests or testkit bootstrap. Production hosts should inject
/// explicit backends — no silent in-memory fallback.