Skip to content

Grain Time out while publishing message to RabbitMQ #4606

Description

@satishviswanathan

From one of my grain I'm trying to publish a message to RabbitMQ and it times out.

_busClient.PublishAsync(order);

Error StackTrace.


System.TimeoutException: Response did not arrive on time in 00:00:30 for message: Request cli/e7d9a3b9@8c16ff84->S10.208.6.98:30002:264346100grn/D424BB3/00000000+60176 #4: . Target History is: S10.208.6.98:30002:264346100:*grn/D424BB3/00000000+60176:.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Orleans.OrleansTaskExtentions.<g__ConvertAsync4_0>d1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
at ConsoleApp1.Program.d__3.MoveNext() in C:\GIT\Test\src\ConsoleApp1\Program.cs:line 162
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at ConsoleApp1.Program.d__1.MoveNext() in C:\GIT\Test\src\ConsoleApp1\Program.cs:line 64

Any help is highly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions