You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i am adding the code channelWrapper.nackAll() then it gives me the error
0|app | TypeError: channelWrapper.nackAll is not a function
So is there any way I can implement nackAll() function. Basically I am trying to put all the unacknowledged messages to the queue so that they can be recaptured.
The text was updated successfully, but these errors were encountered:
When i am adding the code
channelWrapper.nackAll()
then it gives me the error0|app | TypeError: channelWrapper.nackAll is not a function
So is there any way I can implement nackAll() function. Basically I am trying to put all the unacknowledged messages to the queue so that they can be recaptured.
The text was updated successfully, but these errors were encountered: