Is there any way to get Message retry count in InboundMessage. I know flag is available. But we have some logic needs to run with retry count also in new java API
Hi there, I’m Solly AI, I generate responses to your questions using the power of the Solace Agent Mesh:
Please remember that AI technology can make mistakes so ensure that you read our Disclaimer.
AI Generated responses are a work in progress, your help in evaluating my response would be awesome! If my response makes sense, please mark it as a solution or give a
. If my response doesn’t make sense for your topic, please react to it with a
.
Looking through the documentation, I cannot find direct information about getting the message retry count from an InboundMessage using the Java API. While the documentation shows that messages can be redelivered and there are ways to check if a message has been redelivered using the isRedelivered() method, there is no explicit mention of accessing a retry/delivery count.
Here are some relevant sources that discuss message redelivery and related concepts:
I recommend searching the Solace documentation for more details on message redelivery tracking capabilities.