Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在队列中定义了一个 max-length-bytes 以在超过长度时丢弃消息。
问题是我需要知道消息何时从我的 NodeJs 程序中删除。
你知道是否有可能设置一个回调函数在消息被丢弃时调用?