Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Error handling in an application that uses Service Broker has two distinct aspects. First, the application must handle errors raised by the Datenbankmodul through the normal Transact-SQL error mechanism. Second, an application that uses Service Broker must handle asynchronous errors that arrive as messages on the queue for the service. In either case, an application must not permanently remove a message from a queue without acting on the message, and the application must always hold a conversation group lock before updating state that is related to the conversation group.
In This Section
| Topic | Description |
|---|---|
Describes strategies for working with Transact-SQL errors while maintaining transactional messaging. |
|
Describes strategies for handling error messages delivered by Service Broker. |
|
Describes strategies for recovering from poison messages. |
Siehe auch
Andere Ressourcen
Behandeln von Fehlern des Datenbankmoduls