We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b5bbc commit 7e762a2Copy full SHA for 7e762a2
1 file changed
src/InEngine.Core/Queuing/Clients/RabbitMQClient.cs
@@ -193,7 +193,6 @@ public List<ICommandEnvelope> PeekPendingMessages(long from, long to)
193
194
public void RepublishFailedMessages()
195
{
196
-
197
throw new NotImplementedException();
198
}
199
#endregion
0 commit comments