glassfish v3 asadmin 如何在连接工厂上指定 XA

发布于 2024-10-10 16:09:41 字数 467 浏览 6 评论 0原文

这在 GFV2 中有效:

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

但 SupportsXA=true 不再起作用。也许我在 GFV3 手册中找不到它,也无法通过我们的朋友 Google 找到它:how tospecify XA transactionality using asadmin to configure the factory?那里有人知道怎么做吗?

This worked in 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

But the SupportsXA=true no longer works. Maybe I can't find it in the GFV3 manuals, nor can I find it via our friend Google: how to specify XA transactionality using asadmin to configure the factory? Anybody out there know how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

又爬满兰若 2024-10-17 16:09:41

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

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

现在我正在尝试找出什么属性名称/值对按照我想要的方式设置连接验证属性。

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

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

This seems to be what I needed. Works. Did not find by search of documentation or by Google. Deduced it by looking at the domain.xml file and taking educated guess at syntax.

Am now trying to figure out what property name/value pair sets the connection-validation property the way I want it.

Question has morphed to: what's the full asadmin syntax and property setting for GFV3 connection factories.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文