-
Notifications
You must be signed in to change notification settings - Fork 16
ConsumerAsyncConfiguration
Brian Lehnen edited this page Apr 8, 2026
·
10 revisions
All configuration settings should be set before starting the queue.
- Time Configuration
- Worker Configuration
- HeartBeat Configuration
- Message Expiration Configuration
- Transport Configuration
- Task Scheduler Configuration
-
Message History -- message history is enabled at queue creation time (
EnableHistory = true), not at consumer runtime - Message Error Configuration - controls automatic removal of messages in error status (
Enabled,MessageAgeto set how old an error message must be before deletion,MonitorTimeto set how often the queue checks; defaults: enabled, 30-day age, checked daily)
For any issues please use the GitHub issues