1 Reply Latest reply on Feb 11, 2002 3:12 AM by sachinshah

    Message Driven Bean hangs

    ram_soma

      I have an application which publishes around 50,000 messages a day through the JMS Publisher. After publishing approximately 40,000 messages the JMS seems to have hung.

      I have an MDB as a receiver on this topic. The topic is non-durable. The max. MDB pool size is 400 and the min. size is 20. In the onMessage method, the data is extracted from the message object and does a HTTP post of this data.

      My JBoss version is JBoss-2.4.3_Tomcat-3.2.3.

      Please let me know how to solve this problem.

      TIA,
      Ram