这在 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手册中找不到,也找不到通过我们的朋友谷歌:how to specify XA transactionality using asadmin to configure the factory?有人知道怎么做吗?