【发布时间】:2014-08-14 06:51:39
【问题描述】:
我按照SQL Service Broker Configure 在 SQL Server 2008 中配置 SQL Service Broker。但队列没有得到处理。它仍保留在sys.transmission_queue 中。当我检查传输状态时,它显示以下错误。
No route matches the destination service name for this conversation. Create a route to the destination service name for messages in this conversation to be delivered.
我想不需要配置特定的配置,因为我在同一服务器内的同一数据库中配置所有内容。任何想法都会有所帮助。
我根据 Remus Rusanu 的回答使用 ssbdiagnose 工具进行了检查,我收到以下错误
An exception occurred on a connection to SQL Server <server name>:Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
【问题讨论】:
标签: sql-server-2008 service-broker