Publishing Messages using management UI not working #9380
Replies: 4 comments 2 replies
-
We cannot suggest much with just "allow for local AD groups for authentication", we won't guess as to what your LDAP rules and schema are are. The user that you use over the management UI may have insufficient permissions for the virtual host in question. Your .NET clients may be using a different user. Looking at the module in question, Again, we are guessing since we have no no logs, LDAP queries or schema to reason about. |
Beta Was this translation helpful? Give feedback.
-
I have one more guess. The HTTP API publishing uses The topology may be set up to use alternate exchanges, and so on. The delayed message exchange plugin does not support mandatory routing at all, by design. |
Beta Was this translation helpful? Give feedback.
-
I verified that the user has the same permissions as I do. when I publish a message using the UI. this shows up in the log.
|
Beta Was this translation helpful? Give feedback.
-
So I started off by examining the messages that were being sent over using the c# software, I noticed that there are message properties. I don think that in previous version of rabbitmq that this needed to be specified. I also believe that in previous version of rabbitmq, we were able to specify the routing key we want to send the message over to on a specific queue. This option is now only available when I go to the Common Exchange. that holds all queues and bindings. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am trying to resend some event messages using rabbitmq. When I log into the management UI and go to a queue and publish a message using the UI, they immediately are un-acked and eventually make it to the corresponding Dead letter queue.
Do I need to modify my config file to allow for people to send messages over the UI?
Reproduction steps
...
Expected behavior
When we run our ETL's using c#, they run fine. When we try to publish a message manually using the UI, then we run into the issue of the messages immediately being un-acked. we expected them to be published and consumed right away.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions