Uploaded image for project: 'JBoss A-MQ'
  1. JBoss A-MQ
  2. ENTMQ-1093

Improve Virtual Topic performance

    XMLWordPrintable

Details

    • Story
    • Resolution: Done
    • Major
    • JBoss A-MQ 6.2.1
    • None
    • None

    Description

      Description - Performance of VTs are very bad compared to Queues and TopicsThis was discussed with Gary Tully and looks like virtual topics are slower because of the design,
      For Virtual Topics with 1 pub to 10 subs there would be 10 writes for each queue and in case of NFS these messages have to be written and synced each time.Suggested changes -
      A. Write the message only once and the queues subscribed gain a copy from there. This is like levelDB.
      B. If concurrent sends on composites are faster but composites are not ok for sutter, we can try to implement that logic for vt's.

      Attachments

        There are no Sub-Tasks for this issue.

        Activity

          People

            gtully@redhat.com Gary Tully
            rhn-support-tpothine Tanya Pothineni
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: