We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1、增加自定义jms监听器注解@IdempotentListener 2、通过自定义的监听器实现消费拦截,实现基于数据库的幂等实现 3、增加对activemq使用jackson序列化消息支持
The text was updated successfully, but these errors were encountered:
fix: 增加自定义jms监听器注解
ef73a56
fix: #97
feat: 增加jms幂等实现
e4b80f2
重构了mq相关实现部分代码 fix: #97
fix: 修正IdempotentListener注解的实现
85f0fc5
增加activemq使用jackson序列化消息支持 fix: #97
fix: 重构IdempotentListener实现
04380ac
- 增加自定义的MethodJmsListenerEndpoint和MessagingMessageListenerAdapter,重新实现IdempotentListener fix: #97
No branches or pull requests
1、增加自定义jms监听器注解@IdempotentListener
2、通过自定义的监听器实现消费拦截,实现基于数据库的幂等实现
3、增加对activemq使用jackson序列化消息支持
The text was updated successfully, but these errors were encountered: