Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-19 Thread Christopher Shannon
Can you create a new Jira for this and post your test case and log output to it? Based on your output there may be a race condition here that needs further investigation. On Tue, Mar 15, 2016 at 9:06 AM, Rohit Sonawat wrote: > I have also tested in 5.13.2 and issue is still exists. > I have a w

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-19 Thread Rohit Sonawat
Thanks for your time I have created the JIRA issue and attached the sample java code and the log. This is the link of the issue -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-content-returns-null-occ

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-15 Thread Rohit Sonawat
I have also tested in 5.13.2 and issue is still exists. I have a windows 64 bit environment in which i was also not able to replicate it but it is replicable in other system that we have, both 32 and 64 bit windows. Number of messages in which it will replicate is not consistent but it will eventua

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-15 Thread Christopher Shannon
I have run this test a few times and it I never get a null message, which could just be because there is a race condition that isn't happening for me. Can you test with a later version such as 5.13.2 to see if it still happens for you? On Tue, Mar 15, 2016 at 7:07 AM, Rohit Sonawat wrote: > Yes

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-15 Thread Rohit Sonawat
Yes I am using default broker configuration -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-content-returns-null-occasionally-from-Virtual-Topic-to-the-consumer-tp4709151p4709292.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-15 Thread Christopher Shannon
Are you using a default broker configuration for your test (broker.xml)? If not, can you post your configuration? On Tue, Mar 15, 2016 at 2:18 AM, Rohit Sonawat wrote: > Waiting for a reply and i am going to raise a bug in Active MQ 5.12.2. > My test results show evidence that there is a promine

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-14 Thread Rohit Sonawat
Waiting for a reply and i am going to raise a bug in Active MQ 5.12.2. My test results show evidence that there is a prominent bug in this version when we have too many consumers for the virtual topic. attached is the test scenario for the bug app.log

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-11 Thread Rohit Sonawat
App.java samplelog.txt above are the sample log and a Java code that i have taken from the ActiveMQ's sample program and modified it to reproduced the error It's h

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-10 Thread Rohit Sonawat
Currently I don't have a JUnit test case, I will try to create one and post it soon -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-content-returns-null-occasionally-from-Virtual-Topic-to-the-consumer-tp4709151p4709155.html Sent from the ActiveMQ - User mailing l

Re: Message content returns null occasionally from Virtual Topic to the consumer

2016-03-10 Thread Christopher Shannon
If this is only happening once out of ever couple thousand messages than this sounds like a possible bug. Do you think this is something you might be able to reproduce in a JUnit test? Having a reproducible test case would make it easier to track down if the cause is a bug or not. On Thu, Mar 10,