这在GFV2中有效:
$ AS_HOME / bin / asadmin \ --host $ AS_ADMIN_HOST \ --user $ AS_ADMIN_USER \ --port $ AS_ADMIN_PORT \ create-jms-resource \ --restype javax.jms.QueueConnectionFactory \ --description XA \ Queue \ Connection \ Factory \ --property Name = myXAQueueConnectionFactory:SupportsXA = true \ JMS / myXAQueueConnectionFactory
但SupportsXA = true不再有效。也许我在GFV3手册中找不到它,我也无法通过我们的朋友Google找到它:如何使用asadmin指定XA事务性来配置工厂?那里的任何人都知道怎么做?
答案 0 :(得分:1)
- property ...:transaction-support = XATransaction:...
这似乎是我需要的。作品。没有通过搜索文档或谷歌找到。通过查看domain.xml文件并对语法进行有根据的猜测来推断它。
我现在正试图弄清楚什么属性名称/值对以我想要的方式设置连接验证属性。
问题已经演变为:GFV3连接工厂的完整asadmin语法和属性设置是什么。