Permissions #3890
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello! Please export the definitions from this test node and attach them to your response. |
Beta Was this translation helpful? Give feedback.
-
@kotyara85 - In the future, provide a complete code repository that can be cloned and run. Right now I'm wasting time getting my environment set up to run your code. I have to remember how to set up a Node package, etc. This may seem simple to you but remember that the people who maintain RabbitMQ (and other software) have to switch between development environments to assist users. In fact it's not immediately obvious which Node package you're using, so I will have to test with Python. It doesn't make a difference in this case. |
Beta Was this translation helpful? Give feedback.
-
I get the following when I try to publish using Pika:
In the RabbitMQ logs:
I suggest checking your RabbitMQ log files. The javascript library you're using may not be propagating the permission error correctly. If you'd like to provide a complete set of code I can clone and run, I can confirm. |
Beta Was this translation helpful? Give feedback.
I get the following when I try to publish using Pika:
In the RabbitMQ logs:
I suggest checking your RabbitMQ log files. The ja…