Replies: 6 comments 6 replies
-
Have you enabled the necessary plugin in RabbitMQ? |
Beta Was this translation helpful? Give feedback.
-
I was able to capture the list of plugins (attached). The "rabbitmqctl report" command failed. Here is what appears in the cmd window:
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I did try copying that file but it did not help. Does anything have to be restarted/reset or whatever after copying the file? |
Beta Was this translation helpful? Give feedback.
-
I had another person try it on a different machine, and everything works fine for them. It seems like something must be wrong with my installation. I will try starting over from scratch. |
Beta Was this translation helpful? Give feedback.
-
It works now. Thanks for helping! When I re-installed, I used the Windows installer and did not use Chocolatey, not sure if that is what made the difference. |
Beta Was this translation helpful? Give feedback.
-
will close due of inactivity |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to create a WPF application that contains the sample code you provided under "Getting Started". I am able to create a StreamSystem using the config as shown, with UserName and Password specified as "guest" and VirtualHost as "/". But when CreateStream is called, after about 10 seconds, a System.Timeout exception occurs, with this stack trace:
I am able to see the RabbitMQ service log file, it is very verbose but contains this:
Here is the code I am using:
C# code
Thanks for any advice.
Beta Was this translation helpful? Give feedback.
All reactions