-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MessageExpiry Hook #403
Comments
Sorry, OnQosDropped 能够支持这个 |
OnQosDropped 是在客户单订阅情况下的过期回调,那如果发布的消息,到期一致没有人订阅,是使用这个hook么,OnPublishDropped,当前测试无效 |
非保留消息,OnRetainedExpired 这个有用么 |
我这边的述求是想处理已经发布的消息,到期没人订阅后的回调 |
Publish a message with an expiration time; if the message is never subscribed to, how can the expiration event of this message be captured? |
为什么在OnQosComplete里面,原包信息没有返回,这样信息完成后,都没法直接关联 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
5.0里面有消息过期的设置,但是如果消息真过期了,没有对外的Hook函数
The text was updated successfully, but these errors were encountered: