2 Replies Latest reply on Mar 21, 2002 8:39 AM by palob

    3.0 beta MDB delivery problem

    palob

      Hi everyone,
      I have problem with JBoss 3.0.beta and MDB. No messages are coming to it. Client successfully sends them, they shows in db\jbossmq\file\queue.testQueue, but that is all. I have downloaded version from CVS today and it doesn't work either.
      I tried HelloMDB, HelloSender and it worked in alpha version but not in beta. I tried to add some debug messages to StdServerSession and SpyMessageConsumer but nothing was printed. Also I tried to use jbossmq-service.xml from alpha version and it didn't worked at all.
      Is there somebody who is using beta and MDBs successfully? Help me, please.

        • 1. Re: 3.0 beta MDB delivery problem

          Turn on trace and look what JBoss says when you depploy your MDB.

          //Peter

          • 2. Re: 3.0 beta MDB delivery problem
            palob

            Hi Peter,
            thank you for such obvious advice. I looked in log and found that my application was not deployed at all.
            I used to name it as *.zip so it waited for appropriate deployer. When I renamed it to *.jar it started working. So everything was my fault.

            Regards,
            Pavol