Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题标题已完成,但让我重新表述一下:使用标准 JavaEE API,我怎样才能获得给定 JMS 目标的最大消息大小?
如果不可能,我如何从 Java 代码中获取它(也就是说,使用与特定实现相关的代码——在我的例子中是 Glassfish)
最大消息大小可在应用服务器中配置,因此应该可以从服务器的运行时 MBean 访问它。