[JBoss-user] [Messaging, JMS JBossMQ] - big message not removed from the queue

2005-09-21 Thread jchen0516
We found a problem on JMS. I am not sure if it is my configuration problem. I wrote a simple MDB. At client side, when I put a small size ObjectMessage into the queue, MDB works fine. Only one MDB pickups and processes the message for one time. However, when I put a big size ObjectMessage (~MB)

[JBoss-user] [Messaging, JMS JBossMQ] - Re: big message not removed from the queue

2005-09-21 Thread jchen0516
jchen0516 wrote : We found a problem on JMS. I am not sure if it is my configuration problem. I wrote a simple MDB. At client side, when I put a small size ObjectMessage into the queue, MDB works fine. Only one MDB pickups and processes the message for one time. However, when I put a big size

[JBoss-user] [Messaging, JMS JBossMQ] - more detail on problem on MDB processing big message in the

2005-09-21 Thread jchen0516
We found a problem on JMS. I am not sure if it is my configuration problem. I wrote a simple MDB. At client side, when I put a small size ObjectMessage into the queue, MDB works fine. Only one MDB pickups and processes the message for one time. The processing time is less than 1 minute.