jms消息拦截器
是否有办法拦截传入/传出 java 应用程序和 activeMQ 队列的消息?
我可以使用任何开源实用程序吗?
谢谢 达米恩
Is there anyway to intercept messages going to/from a java app and an activeMQ queue?
Any opensource utilities I can avail of?
Thanks
Damien
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用面向方面的编程。
但这确实引出了一个问题:你为什么要这样做?记录、监控、警报?这些都是 AOP 可以解决的跨领域问题。
You can use aspect-oriented programming.
But it does beg the question: why would you want to do this? Logging, monitoring, alerting? Those are all cross-cutting concerns that AOP can address.