Hi , I am doing some performance testing for our project requirement. we will have number of producer producing the message of various sizes(1kb,10kb,16kb,512kn or even 1 mb).
Now when the consumer is not running we will persist those data's in mysql data base which is configured with activemq. and those data's will be stored in several queues (5,10 etc). Now when there is a very large number of messages lying in the database, i started my consumer to consume all those messages.It happens very quickly if the message size is very small (say the message is "hi activemq test") but when the message size is 1 kb it is taking 1-15 hr to register with listener and not able to consume message. -- View this message in context: http://www.nabble.com/Consumer-not-able-to-consumer-when-no-message-are-1048576-by-10-queues-tp17183420s2354p17183420.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.