JMS 文件存储调整

发布于 2024-07-25 23:22:32 字数 173 浏览 3 评论 0原文

我们使用 Weblogic JMS 作为我们应用程序的 JMS 提供者。 我们使用文件存储作为持久存储。 是否有任何机制来配置文件存储大小,以便在文件达到指定大小后生成新文件。 现在我看到迄今为止的所有消息都保存在一个文件中。 我认为随着大小的增加,会影响读/写消息的IO操作。 有没有人遇到过这种情况以及解决方案是什么?

We are using Weblogic JMS as the JMS provider for our application. We use file store as the persistent store. Is there any mechanism to condfigure the file store size so that after the file has reached the specified size, a new file is generated. Right now I have seen that all the messages till today are persisted into one single file. I think it will affect the IO operation to read/write messages as the size increase. Has anyone come across this situation and what is the solution?

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

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

发布评论

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

评论(1

澉约 2024-08-01 23:22:32

此处是有关 WebLogic JMS 文件存储调整的详细信息。

也许关于订单单元处理的此信息将是也有帮助。

我看不到任何有关文件大小的信息,但消息分页信息也许会有所帮助。

当我将 JMS 与持久消息传递结合使用时,我没有遇到文件大小问题。 一旦消息被处理,它在文件中的条目会发生什么? 难道不应该将其删除或标记为已确认吗? 当然,文件大小不会无限制地增长。

Here are the details about WebLogic JMS file store tuning.

Maybe this info about unit-of-order processing will be helpful as well.

I can't see anything about file size, but perhaps the message paging info will be helpful.

When I've used JMS with persistent messaging, I haven't had a problem with file size. Once a message is transacted, what happens to its entry in the file? Shouldn't it be removed or marked as acknowledged? Surely the file size doesn't grow without bound.

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