开发者

jms message interceptor

开发者 https://www.devze.com 2023-01-24 00:17 出处:网络
Is there anyway to intercept messages going to/from a java app a开发者_JAVA百科nd an activeMQ queue?

Is there anyway to intercept messages going to/from a java app a开发者_JAVA百科nd an activeMQ queue?

Any opensource utilities I can avail of?

Thanks Damien


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消