Re: Release schedule

2006-11-06 Thread Vadim Pesochinsky
Hi! Any updates on when 4.1 will be ready? -- View this message in context: http://www.nabble.com/Release-schedule-tf2124265.html#a7203972 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Release schedule

2006-10-03 Thread Vadim Pesochinsky
Hi James, It looks like this is changed now with 4.0.3. Any idea when 4.1 is going to be out? Thanks. -- View this message in context: http://www.nabble.com/Release-schedule-tf2124265.html#a6630219 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Unit testing transactional behaviour

2006-09-07 Thread Vadim Pesochinsky
Sorry :-) . I will sprinkle a few. Thanks. -- View this message in context: http://www.nabble.com/Unit-testing-transactional-behaviour-tf2235066.html#a6197908 Sent from the ActiveMQ - Dev forum at Nabble.com.

Unit testing transactional behaviour

2006-09-07 Thread Vadim Pesochinsky
I tried to change several existing unit tests to run in transacted mode and every one of them fails. Is there a good reason for this? This is really bad, because there is no coverage for major parts of the functionality. -- View this message in context:

Re: Unit testing transactional behaviour

2006-09-07 Thread Vadim Pesochinsky
I take ZeroPrefetchConsumerTest, JmsTopicRedeliverTest, etc and change every occurance of FROM connection.createSession(false, ... TO connection.createSession(true, ... and every single test case fails after that -- View this message in context:

Re: [jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-23 Thread Vadim Pesochinsky
Hi! Is there any chance someone can give me a rough estimate of when this issue can be looked at. I would really appreciate if someone reviewed the patch and told me if there are issues with it. Right now I have time to resolve them. Thanks. - Vadim. -- View this message in context:

Release schedule

2006-08-17 Thread Vadim Pesochinsky
I am wondering what would be the estimate date for 4.1 release? Do we have an idea of when and what releases are going to happen? How many more 4.0.x releases will we have? Thanks. -- View this message in context: http://www.nabble.com/Release-schedule-tf2124265.html#a5860619 Sent from the

Re: [jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-16 Thread Vadim Pesochinsky
Hello! Is there anything I can do to move forward with this patch? Thanks. -- View this message in context: http://www.nabble.com/-jira--Created%3A-%28AMQ-855%29-Add-support-for-prefetchSize-%3D-0-tf2035055.html#a5835695 Sent from the ActiveMQ - Dev forum at Nabble.com.

Re: [jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-15 Thread Vadim Pesochinsky
I submitted a patch yesterday and now the issue is resolved. Is that the feedback for my patch :-) ? Thanks. -- View this message in context: http://www.nabble.com/-jira--Created%3A-%28AMQ-855%29-Add-support-for-prefetchSize-%3D-0-tf2035055.html#a5817788 Sent from the ActiveMQ - Dev forum at

Implementing prefetchSize=0

2006-08-08 Thread Vadim Pesochinsky
Somehow my e-mail message did not go through. Re-trying with nabble. Hi! I am trying to figure out how this can be done. As I understand messages are forwarded by the queue to every consumer (PrefetchSubscription). As long as number of messages dispatched does not exceed the prefetchSize,