I am trying to update message entity column - "send order". I could not able to access the property as I am getting ""Send Order" has private access in 'entity.message'. Could you please help me how to update send order from message entity?
Note: I am trying to update message order if it stuck in queue after threshold limit- 3 retries. The stuck message needs to be send to last and then sub sequent message will be unblocked.
Updating the SendOrder is purposely not allowed because all GW apps maintain safe-ordering of messages. You can skip the message that is blocking the other messages, but changing the order is not allowed.
The order of messages can't be changed because ClaimCenter guarantees to external systems that messages will be sent in the chronological order of the associated events that triggered the message. Can you elaborate on the nature of the error you are seeing for this messaging destination?