2 Replies Latest reply on Oct 10, 2008 5:55 AM by jmesnil

    Need to configure two different JMS Queue with two different

    creativegalaxy

      Hi,

      I am using Jboss 4.0.5.G.A and MYSQL

      I have QueueA, and QueueB, and I want QueueA's messages to be persisted to DatabaseA on MYSQL, and I want QueueB's messages to be persisted to DatabaseB on MYSQL.

      Plz suggest me the ideas or better solution.

      Thanks in advance

      Regards
      Guru

        • 1. Re: Need to configure two different JMS Queue with two diffe
          creativegalaxy

           

          "creativegalaxy" wrote:
          Hi,

          I am using Jboss 4.0.5.G.A and MYSQL

          I have QueueA, and QueueB, and I want QueueA's messages to be persisted to DatabaseA on MYSQL, and I want QueueB's messages to be persisted to DatabaseB on MYSQL.

          Plz suggest me the ideas or better solution.

          Thanks in advance

          Regards
          Guru



          • 2. Re: Need to configure two different JMS Queue with two diffe
            jmesnil

             

            "creativegalaxy" wrote:
            Hi,

            I am using Jboss 4.0.5.G.A and MYSQL

            I have QueueA, and QueueB, and I want QueueA's messages to be persisted to DatabaseA on MYSQL, and I want QueueB's messages to be persisted to DatabaseB on MYSQL.

            Plz suggest me the ideas or better solution.


            afaik, this is not possible: JBoss Messaging uses a single database for each server. You can't chose a database on a queue basis.