`
bawking
  • 浏览: 33618 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

There is already a delivery set for auto ack :false

    博客分类:
  • java
阅读更多
JMS的消息session接受后设置值进去会报  There is already a delivery set for auto ack :false。代码
session = connection.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);

先改为
  session = connection.createQueueSession(true, QueueSession.AUTO_ACKNOWLEDGE);试试,待会儿看结果

结果不行,暂时先换成2条消息发送
0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics