You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Lephix <le...@163.com> on 2008/03/01 08:16:51 UTC

using apache-activemq-5.1-20080227.125551-32.zip with some problem.

i was using AMQ 5.0 for 3 machine. make a network of brokers.
they work well but got some bugs like high-memory, write socket error,
channel inactive too long and so on..

i change the AMQ to 5.1 SNAPSHOT 20080220, lots of bugs seem to be fixed.
but i got a problem. when i send more then 26 packages in a queue(each one
is 1MB), the consumer could receive just 26 packages and then receive
nothing from that time. Means after that the consumer couldn't receive
anything. if i restart the 3 AMQs , the consumer is not work too. 
so , i have to drop the table of MYSQL and restart AMQs. if more than 26
packages the situation is the same like before.

i use BytesMessage for delivery. and producer just send 1 package, after
that, it will be closed. next package will make a new producer. Consumer
will start receiving after producer sending the packages.


i don't know why is 26... 

Soft Environment is: windows 2003. jdk 1.5. 
-- 
View this message in context: http://www.nabble.com/using-apache-activemq-5.1-20080227.125551-32.zip-with-some-problem.-tp15773068s2354p15773068.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.