问题描述
我有一个使用 JMS 作为消息传递系统的应用程序.
I have a application that uses JMS as messaging system.
如果发布者,订阅者和weblogic 服务器位于 Linux 上,则发布速度足够好(> 30条消息/秒).
If publisher, subscriber and weblogic server is on Linux, publish rate is good enough(>30 messages/second).
但是,如果所有三个都在 SunOS 上,则发布速度将降低为 2-3条消息/秒.
But if all the three are on SunOS, publish rate comes down to 2-3 messages/second.
我试图搜索互联网,但是没有运气.
I tried to search internet but had no luck.
对此有任何已知问题吗?这种奇怪行为的原因可能是什么.
Is there any know issue about that? What can be the reason of this strange behavior.
推荐答案
我在日志中找到了问题所在:
I found where the issue was in logs :
当32位计算机具有64-bin weblogic时,Weblogic在SunOS上存在问题,反之亦然.
Weblogic has his problem on SunOS, when 32-bit machine has 64-bin weblogic or vice versa.
更改weblogic的模式可以解决该问题.
Changing mode of weblogic resolved the issue.
仍然要了解这个性能包是什么.
这篇关于SunOS中JMS的发布速度很慢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!