client is blocked after sending 5082 messages

2009-04-02 Thread sulong
Hi all,I am testing the activemq to learn how to use it. I write a simple single thread jms client to send 1 messages, but it is blocked at the 5083rd message. I use: activemq 5.2 jvm 1.5 ubuntu 8.10 and the program is simple : public class Sender { public static void main(String[]

Re: client is blocked after sending 5082 messages

2009-04-02 Thread sulong
and system memory limit is reached, a queues messages will be spooled to disk and the memory will be released for more messages, which will in turn get spooled to disk. 2009/4/2 sulong sulong1...@gmail.com Hi all,I am testing the activemq to learn how to use it. I write a simple single