Skip to main content

BC Outbound Queue

Status: In Progress

This feature is under active development and is not yet available. Details below describe the intended design and may change before release.

An outbound queue inside the Business Central connector that all traffic to Dime.Scheduler passes through. The queue acts as a ledger: every change destined for Dime.Scheduler is recorded, and each entry tracks whether it has been sent.

Instead of fire-and-forget calls, the connector writes to the queue first and a processor delivers entries to Dime.Scheduler. The ledger keeps the authoritative record of:

  • What has been sent successfully
  • What is still pending
  • What failed and why

This gives a complete, queryable picture of the integration state directly inside BC, makes synchronization issues diagnosable after the fact, and lets entries be inspected or replayed instead of silently lost.