Session.AUTO_ACKNOWLEDGE 上的 JMS Message.acknowledge()
当在 AUTO_ACKNOWLEDGE 模式的会话中调用 Message.acknowledge() 时,TIBCO 中会发生什么?
我的意思是这个调用在客户端被忽略了吗?或者服务器端?或者服务器是否对此调用执行任何操作?
我问的原因是有一个应用程序可以在自动确认会话中确认消息。在高负载期间,方法执行时间从 0.5 毫秒增加到 30 毫秒。
What happens in TIBCO when Message.acknowledge() is invoked in a session with AUTO_ACKNOWLEDGE mode?
I mean is this call ignored on client-side? or server-side? or does server perform any action on this call?
The reason I ask is that there is an application which acks messasges in an auto acknowledge session. And a during highload period the method execution time is increased from 0.5 ms to 30 ms.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 Java 消息服务,第二版
According to Java Message Service, Second Edition