JMS Session session = connection.createSession(paramA,paramB) 兩個參數不一樣組合下的含義和區別

Session session = connection.createSession(paramA,paramB);java paramA是設置事務,paramB是設置acknowledgment mode web paramA 取值有:服務器 一、true:支持事務session 爲true時:paramB的值忽略, acknowledgment mode被jms服務器設置爲SESSION_TR
相關文章
相關標籤/搜索