Skip to content
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

The operation requested on PersistentChannel timed out #25

Open
saraedum opened this issue Sep 8, 2021 · 0 comments
Open

The operation requested on PersistentChannel timed out #25

saraedum opened this issue Sep 8, 2021 · 0 comments

Comments

@saraedum
Copy link
Member

saraedum commented Sep 8, 2021

Sometimes MiddleMail crashes with the following stack trace:

Unhandled exception. System.TimeoutException: The operation requested on PersistentChannel timed out
   at EasyNetQ.Producer.PersistentChannel.InvokeChannelAction(Action`1 channelAction)
   at EasyNetQ.Producer.ClientCommandDispatcherSingleton.<>c__DisplayClass7_0`1.<InvokeAsync>b__0()
--- End of stack trace from previous location where exception was thrown ---
   at EasyNetQ.Producer.ClientCommandDispatcherSingleton.Invoke[T](Func`2 channelAction)
   at EasyNetQ.Producer.ClientCommandDispatcher.Invoke[T](Func`2 channelAction)
   at EasyNetQ.RabbitAdvancedBus.QueueDeclare(String name, Boolean passive, Boolean durable, Boolean exclusive, Boolean autoDelete, Nullable`1 perQueueMessageTtl, Nullable`1 expires, Nullable`1 maxPriority, String deadLetterExchange, String deadLetterRoutingKey, Nullable`1 maxLength, Nullable`1 maxLengthBytes)
   at EasyNetQ.RabbitBus.SubscribeAsync[T](String subscriptionId, Func`2 onMessage, Action`1 configure)
   at EasyNetQ.RabbitBus.SubscribeAsync[T](String subscriptionId, Func`2 onMessage)
   at MiddleMail.MessageSource.RabbitMQ.RabbitMQMessageSource.Start(Func`2 callback) in /app/src/MiddleMail.MessageSource.RabbitMQ/RabbitMQMessageSource.cs:line 35
   at MiddleMail.MiddleMailService.ExecuteAsync(CancellationToken cancellationToken) in /app/src/MiddleMail/MiddleMailService.cs:line 31
   at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
   at MiddleMail.Server.Program.Main(String[] args) in /app/src/MiddleMail.Server/Program.cs:line 17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant