Hi there, ITextMessage Message = consumer.Receive(ts) as ITextMessage;
I'm using the above statement to read messages, If the massage is big the above statement will return null but will dequeue the message. What do I need to do in order to read big messages and to prevent the statement from Dequeueing messages if it returned null? Thanks in advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/C-big-messages-returns-null-but-get-dequeued-tp4653818.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.