-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute ReConsume exception from dashboard #674
Comments
refer to #63 |
我发送端是一个实例,订阅端是一个实例,都指向了一个数据库,是这个问题造成的吗? |
Yes, Refer FAQ to learn "How to use the same database for different applications?" |
放在同一个实例中还是不行,报相同的错误,发送端代码: |
解决了,我是用的EF 连接的数据库,两个实例连接同一个数据库,只要把订阅端程序,指定一下DefaultGroup 为发送端的名称就可以了。 |
DotNetCore.CAP.DefaultSubscriberExecutor[0] An exception occurred while executing the subscription method. Topic:inno.capBus.Adv, Id:1309078057219731456 DotNetCore.CAP.SubscriberNotFoundException: Message can not be found subscriber. name:inno.capBus.Adv, group:cap.queue.capconsumer.v1, content:{"Id":"5f6c75913614c21ae00bc79f","Timestamp":"2020-09-24T18:31:45.2543145+08:00","Content":"{"Id":1,"IsEnable":0,"Name":"测试","Remark":null,"ParentModelId":null}","CallbackName":null} see: #63 at DotNetCore.CAP.DefaultSubscriberExecutor.InvokeConsumerMethodAsync(CapReceivedMessage receivedMessage, CancellationToken cancellationToken) in C:\projects\cap\src\DotNetCore.CAP\ISubscribeExecutor.Default.cs:line 177 at DotNetCore.CAP.DefaultSubscriberExecutor.ExecuteWithoutRetryAsync(CapReceivedMessage message, CancellationToken cancellationToken) in C:\projects\cap\src\DotNetCore.CAP\ISubscribeExecutor.Default.cs:line 93
The text was updated successfully, but these errors were encountered: