【问题标题】:glassfish v3 asadmin how to specify XA on connection factoryglassfish v3 asadmin 如何在连接工厂上指定 XA
【发布时间】:2011-01-04 02:48:11
【问题描述】:

这在 GFV2 中有效:

$AS_HOME/bin/asadmin\ --主机 $AS_ADMIN_HOST \ --用户 $AS_ADMIN_USER \ --port $AS_ADMIN_PORT \ 创建-jms-资源\ --restype javax.jms.QueueConnectionFactory \ --description XA\队列\连接\工厂\ --属性名称=myXAQueueConnectionFactory:SupportsXA=true \ jms/myXAQueueConnectionFactory

但 SupportsXA=true 不再有效。也许我在GFV3手册中找不到,也找不到通过我们的朋友谷歌:how to specify XA transactionality using asadmin to configure the factory?有人知道怎么做吗?

【问题讨论】:

    标签: jms glassfish-3 xa


    【解决方案1】:

    --property ...:transaction-support=XATransaction:...

    这似乎是我需要的。作品。通过搜索文档或 Google 未找到。通过查看 domain.xml 文件并对语法进行有根据的猜测来推断它。

    我现在正试图找出哪个属性名称/值对以我想要的方式设置连接验证属性。

    问题已演变为:GFV3 连接工厂的完整 asadmin 语法和属性设置是什么。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-03-31
      • 1970-01-01
      • 1970-01-01
      • 2011-04-12
      • 2017-09-08
      相关资源
      最近更新 更多