1 Reply Latest reply on Jan 14, 2003 9:35 AM by adrian.brock

    What are the maximum messages of the JbossMQ?

    dchaari

      Hello,

      The maximum messages of MSMQ are limeted.
      The jboss maximum messages are limited too?
      Is there any documentation (URL) about JbossMQ?

      best regards,

      Driss

        • 1. Re: What are the maximum messages of the JbossMQ?

          It depends on your memory.

          If memory is tight, the message content is persisted onto disk.

          But data-structures are required to remember
          which messages belong to which queues and in which
          order they should be delivered. These data structures
          are in memory.

          More memory gives you more messages.

          Regards,
          Adrian