We use Amazon MQ as ActiveMQ with a Virtual Topic configured along with its respective queue. We have also configured user privileges to publish only to this topic. Publishing and consuming are working perfectly fine. However, we are encountering a strange issue: messages are only published in the following two scenarios:
- The time difference between the previous and current messages is
within 15 minutes. - The time difference between the previous message
sent by the root user and the current message is within 15 minutes.
Essentially, we have to send a message by the root user every time to resume if there is a long delay between messages. Are there any configurations or settings available to solve this problem?
We don’t get any errors in the client side, We just get that message is sent