1 Reply Latest reply on May 23, 2008 4:49 PM by nitinmandolkar

    Creating Group of Queue

    nitinmandolkar

      Hi Jboss

      Is it possible in JBOSS MQ to create group of Queues and assign that group separate Connection factory and JDBC Store.

      Example

      QGROUPA
      ========
      Queues : Q1, Q2, Q3
      Connection factory for QGROUPA : QGROUPA_ConnectionFactory
      JDBC Store for QGROUPA : QGROUPA_JDBCStore

      QGROUPB
      ========
      Queues : Q4, Q5, Q6
      Connection factory for QGROUPB : QGROUPB_ConnectionFactory
      JDBC Store for QGROUPB : QGROUPB_JDBCStore

      If yes, how.

      -nit

        • 1. Re: Creating Group of Queue
          nitinmandolkar

          i think this problem can be sloved creating multiple Destination manager.

          Will confirm and update you all soon.

          i will create

          DestinationManagerA with QGROUPA_JDBCStore
          Q1, Q2, Q3 queues can refer to DestinationManagerA

          and

          DestinationManagerB with QGROUPB_JDBCStore
          Q4, Q5, Q6 queues can refer to DestinationManagerB


          Yet to confirm. Let you know the correct answer.

          -nitin