`
feng88724
  • 浏览: 172826 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

QueueRequestor

    博客分类:
  • JMS
jms 
阅读更多
QueueRequestor.close();


Closes the QueueRequestor and its session.


----------------------------------------------------

connection.close();

There is no need to close the sessions, producers, and consumers of a closed connection.

----------------------------------------------------
分享到:
评论
1 楼 feng88724 2008-11-21  
使用QueueRequestor可能会造成一个很严重的问题:死锁

因为使用QueueRequestor发送消息后,会等待接收端的回复,如果收不到回复就会造成死等现象!而且该方法没有设置超时等待的功能

如果需要发送后得到接收端的回复,建议自己写一个!

相关推荐

Global site tag (gtag.js) - Google Analytics