Re: Messages dont get redelivered till broker restart - expected behaviour?

2008-05-28 Thread Subrata1208
our requirement is for text meesage. We dont have nany problem switching to other type of message. and one more thing it working for tcp type of connection not for http. Thanks Subrata -- View this message in context: http://www.nabble.com/Messages-dont-get-redelivered-till-broker-restart--

Re: Messages dont get redelivered till broker restart - expected behaviour?

2008-05-28 Thread Subrata1208
i am using activemq 5.1 i am also getting the same problem. This is how i am creating factory and connection connFactory = new ActiveMQConnectionFactory(url); ActiveMQPrefetchPolicy po = new ActiveMQPrefetchPolicy();

Consumer not able to consumer when no message are 1048576 by 10 queues

2008-05-12 Thread Subrata1208
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 activem