3 Replies Latest reply on Aug 8, 2008 11:31 AM by pepelara

    MDB on JBoss4.2.2.GA

    pepelara

      Hi

      I am developing an example of PtP MDB and I have no problem. But now I would like to develop a Publish/Subscribe MDB.

      Can anyone post me a simple example including deployment descriptors. Or even an URL where I can find examples.

      Thanking in advance,
      Jose Alvarez de Lara

        • 1. Re: MDB on JBoss4.2.2.GA
          pepelara

          Hi,

          I have deployed an ear file with three java classes: the MDB, one sender and one receiver; and it works ok.

          Now my problem is to execute the application, I mean debug it on Eclipse. The problem is that both, the sender and the receiver, has a main method, and I am thinking if it should be better to execute the application from then command line

          I am running JBoss on Windows Vista.

          I will apreciate any help.

          Thanking in advance,
          pepelara

          • 2. Re: MDB on JBoss4.2.2.GA
            peterj

            What is it that you want to debug? The MDB? The sender? The receiver? All three?

            If you want to debug the MDB, then yes, run the sender and receiver from the command line.

            • 3. Re: MDB on JBoss4.2.2.GA
              pepelara

              Hi Peter,

              Thanks a lot.
              pepelara