You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error I get is the following, when I just use a tcp endpoint like "tcp//localhost:5672":
[20:45:16.128] fail: Microsoft.Extensions.Hosting.Internal.Host[11] Hosting failed to start RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: One or more errors occurred. (Connection failed) ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed......
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
is it possible to use a tcp endpoint for rabbit mq for Memory as a Service (Asynchronous API)? or does it have to be http?
How can I specify the protocol?
Error I get is the following, when I just use a tcp endpoint like "tcp//localhost:5672":
[20:45:16.128] fail: Microsoft.Extensions.Hosting.Internal.Host[11] Hosting failed to start RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: One or more errors occurred. (Connection failed) ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed......
Beta Was this translation helpful? Give feedback.
All reactions