Replies: 1 comment
-
Same for me :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a use case where I need to persist messages until i have the confirmation that a client have received it.
From my understanding, the Quality of Service options can do that but the messages a queued in the RAM.
I would like to know if there is a way to change that so the messages will be stored in a file or an internal message queue like MSMQ. It will probably be less efficient but in my use case, keeping messages in memory is not suitable.
Beta Was this translation helpful? Give feedback.
All reactions