1 Reply Latest reply on May 19, 2003 5:29 PM by adrian.brock

    JMS Message Body Size Limits?

    tfrance

      Is there an upper bound on message size in JMS? Any jboss-specific implementation constraints? Practical constraints?

      TIA,

      Tom

        • 1. Re: JMS Message Body Size Limits?

          JBoss has a workarounds for bugs in
          the java 1.3 that cause unexpected limitations.

          I would think the main constraint will be your memory
          before you hit the jvm limits.

          JBossMQ does try to flush messages to disk to make
          memory available. But it is does it based on
          least recently used rather than size.

          Regards,
          Adrian