3 Replies Latest reply on Dec 1, 2003 3:52 AM by stephanenicoll

    Queue implementation in JBoss

    harshi2003

      I am fairly new to jboss and jms.
      in my application there are 2 clients. client1 sends it's requests to one queue say requestQ. client 2 listens to requestQ and do the processing and put the response to anotherQ say responseQueue.

      how shall implemet this scenario in jboss. do i need to have 2 mbeans deploy to act as receivers of each queue.

      can't develop the queues with out creating a MDB.

      i am very new. there is lack of documentaion. please tell be way to impelemt that type of scenario in jboss

        • 1. Re: Queue implementation in JBoss

          > i am very new. there is lack of documentaion. please tell be way to impelemt that type of scenario in jboss

          False, there is no lack of documentation for applications like this. Check the Free documentation on this web site.

          Regards,

          Stephane

          • 2. Re: Queue implementation in JBoss
            harshi2003

            i have gone through the documentation. i just need to have expert comments about a scenario as mentioned above.

            i have seen the documentation.

            please help me

            • 3. Re: Queue implementation in JBoss

              Well if you've seen the documentation then you should have an answer to your question. MBeans have nothing to do this that and yes you can do this without MDBs (but this is not really recommended)

              You send message to queue1, MDB1 is attached to it and consume the message, then invoke your processor that returns a result or send the result directly to queue2.

              This is the basics of JMS, no need to have an expert comment about this. (I am far from being an expert)

              Regards,

              Stephane