adjust / rmq

Message queue system written in Go and backed by Redis
MIT License
1.57k stars 206 forks source link

Delivery Ack/Reject fails when header is used #138

Closed vearutop closed 1 year ago

vearutop commented 1 year ago

When header is extracted, payload is replaced with the stripped value (without header). Later, when the delivery Ack or Reject is happening, it fails because of payload mismatch with the value in the queue.