WLI JMSControl 中的顺序单元

发布于 2024-07-13 18:51:30 字数 899 浏览 7 评论 0原文

我们的一位客户打算使用 Unit-Of -订购Weblogic服务器功能(UOO)

在纯 java 代码中使用 UOO 发送带有自定义 UOO 名称的 JMS 消息,以及将 Aqualogic 服务总线中的 UOO 名称从代理服务传播到业务服务(两者都使用 JMS 作为传输协议),一切都可以。

但是,在 Weblogic Integration 中使用 UOO 以及 WLI JMSControl 无法正常工作。

考虑以下代码:

@com.bea.control.JMSControl.Properties(value = {
        @com.bea.control.JMSControl.PropertyValue(name = "JMS_BEA_UnitOfOrder", value = "MyUOONameFromWLI"),
        @com.bea.control.JMSControl.PropertyValue(name = "MyCustomProperty", value = "MyCustomValue") })
public void sendTextMessage(String payload);

它将属性 MyCustomProperty 发送到 JMS 使用者,但与 UOO Name 相关的属性 JMS_BEA_UnitOfOrder 被忽略。 将改用默认的用户生成的 UOO 名称。

那么,如何使用 Weblogic JMSControl 自定义我的 UOO 名称?

One of our clientes is intented to use the Unit-Of-Order Weblogic Server Feature (UOO).

Everything is OK using UOO in pure java code for sending JMS Messages with custom UOO Names, as well as propagating the UOO Name in Aqualogic Service Bus from the Proxy Service to a Business Service (both using JMS as the transfer protocol).

However, using UOO in Weblogic Integration along with WLI JMSControl, does no work properly.

Consider this code:

@com.bea.control.JMSControl.Properties(value = {
        @com.bea.control.JMSControl.PropertyValue(name = "JMS_BEA_UnitOfOrder", value = "MyUOONameFromWLI"),
        @com.bea.control.JMSControl.PropertyValue(name = "MyCustomProperty", value = "MyCustomValue") })
public void sendTextMessage(String payload);

It sends the property MyCustomProperty to the JMS consumer, but the property JMS_BEA_UnitOfOrder - related to UOO Name - is ignored. The default User-generated UOO name is used instead.

So, how to customize my UOO Name using Weblogic JMSControl?

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

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

发布评论

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

评论(1

荒芜了季节 2024-07-20 18:51:30

我发现它没有支持!

I've found that it has no support!

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