Nope, its not 200. Number of messages sent by JMS to consumer varies as per the size of message. IF all messages are of same size, then number is very consistent.
Problem is JMS waits for acknowledgment before sending further batch of messages. If consumer acknowledges after receiving small set of messages, say after every 50 messages, then it works fine and all messages gets dequeued appropriately. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-stops-sending-messages-to-Queue-Consumer-in-case-of-consumer-not-acknowledging-messages-tp4669923p4669970.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
