AMQ Version 5.12.2JDK 1.7I have 1 VirtualTopic with 40 consumer, the problem is that when consumer is consuming the message using *message = consumer.receive(500);*. message object is not null but when I do message.getText() , it is returning null. when I browse the queue using jconsole I can see the text message is present in that queue. Problem is happening to one or more consumer for every 2000 to 3000 messages, not to all the consumer while sending 10000 messages using Virtual Topic.
-- View this message in context: http://activemq.2283324.n4.nabble.com/Message-content-returns-null-occasionally-from-Virtual-Topic-to-the-consumer-tp4709151.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.