Skip to content

Connectum API Reference / @connectum/events-amqp / testing / FakeAmqpAdapterOptions

Interface: FakeAmqpAdapterOptions

Defined in: packages/events-amqp/src/testing.ts:53

Options for FakeAmqpAdapter.

Properties

failFastOnInitialSetupError?

readonly optional failFastOnInitialSetupError?: boolean

Defined in: packages/events-amqp/src/testing.ts:60

Mirror of the real option: a topology failSetup(...) queued before connect() rejects it with the typed error instead of report-and-proceed.


lifecycle?

readonly optional lifecycle?: AmqpLifecycleCallbacks

Defined in: packages/events-amqp/src/testing.ts:55

The same lifecycle surface as the real adapter (union + flat shim).