-
Notifications
You must be signed in to change notification settings - Fork 40
How to send a manual NotAcknowledge to a persistent subscriber #97
Comments
I'm reasonably certain manually sending a |
@michielboekhoff for sure, my point is that since I cannot send this Nak to PersistentSubscriptionActor as I can send a ManualAck, I need to pass the reference of the ConnectionActor to my "client", I just think it would be better archieve similar work same way would be better. |
@zacacj I'll create a PR for this later today. |
@zacacj Just to confirm, a similar interface to |
Yes it will!! |
Hi, this is what I did to have this feature for now... And since I'm using the lib on a java project I dont have visibility over sealed classes so I implemented with the default behavior of Retry |
@zacacj looks like a valid code, would be nice to add a test case covering this, so I could merge in. |
I'd like to send a NotAcknoledge message when for some reason I need the message to be reprocessed by a persistent subscriber, instead of only wait for the timeout...is there a way?
The text was updated successfully, but these errors were encountered: