Good morning everyone, I have the following situation: it turns out that I have to maintain a project, for this I use a new domain in Weblogic Server , in which I make different configurations of external servers MQ
. It is worth mentioning that these configurations and foreign MQ servers are the same as those used in the previous version of the project that I am modifying.
I have successfully deployed my components, which listen to MQ messages, however, when I inject a message into the queue
input of any component, it is not consumed, it remains enqueued.
The funny thing is that it shows me absolutely nothing, not even an error, the messages are simply not consumed. It is important to mention that the domain in which the project was developed, everything works perfectly, but not in the new one.
We thought it was the version of Weblogic but we tried installing it, in itself it can be said that we have made a copy of the domain in which everything works fine, but this has not worked.
The truth is that we have been stranded in this situation for a long time, I would appreciate your help.
PS: If I haven't explained myself well, please let me know.
Indeed, as @Darth Vader mentioned, the permissions had not been given, well actually they were, but the server was never restarted, so they were not being taken into account. In conclusion: give permissions and restart the server.