starvation with JMSPriority queues

2012-08-30 Thread boday
lets say I have a single (slow) consumer from a priority queue and I produce mostly high priority messages to it...will low priority messages ever get processed (based on duration in the queue, etc)? I know there are workarounds (manually promoting, resequencers, using multiple queues, etc), but a

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-30 Thread Timothy Bish
On Thu, 2012-08-30 at 12:44 +0100, spam trap wrote: > On Wed, 29 Aug 2012 10:08:36 -0400, Timothy Bish > wrote: > > >On Wed, 2012-08-29 at 15:04 +0100, spam trap wrote: > >> On Wed, 29 Aug 2012 08:46:18 -0400, Timothy Bish > >> wrote: > >> > >> >On Wed, 2012-08-29 at 13:35 +0100, spam trap wr

Re: ActiveMQ - IDLE SCEP@ message

2012-08-30 Thread boday
I'm also seeing this message frequently after upgrading from 5.3 to 5.5, anyone know what causing this? Is it anything significant to worry about? oscarp wrote > > Hi all, > > I was testing an application and I saw that one producer couldnt send > messages to the broker. I cant understand why,

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-30 Thread spam trap
On Wed, 29 Aug 2012 10:08:36 -0400, Timothy Bish wrote: >On Wed, 2012-08-29 at 15:04 +0100, spam trap wrote: >> On Wed, 29 Aug 2012 08:46:18 -0400, Timothy Bish >> wrote: >> >> >On Wed, 2012-08-29 at 13:35 +0100, spam trap wrote: >> >> I need to modify a consumed message (add new properties &

Re: Pending message limit strategy and memory limits

2012-08-30 Thread Gary Tully
the discarding policy is based on the prefetch being reached so it is independent of memory limits so long as there is sufficient memory to reach 2*prefetch. have a peek at: org.apache.activemq.broker.region.TopicSubscription#add to see the full detail http://svn.apache.org/viewvc/activemq/trunk/

problem with ActiveMQ OutOfOrderTestCase class.

2012-08-30 Thread rmn190
When I run the original test case, which is located at http://svn.apache.org/repos/asf/activemq/tags/activemq-5.6.0/activemq-core/src/test/java/org/apache/activemq/bugs/OutOfOrderTestCase.java, there is no problem. But when I add the following code: http://activemq.2283324.n4.nabble.com/file/n46

Re: how can I run the benchmark test?

2012-08-30 Thread Torsten Mielke
Answers in-line. On Aug 29, 2012, at 4:19 PM, rmn190 wrote: > hello. > > would you please explain the usage of " > http://activemq.apache.org/activemq-performance-module-users-manual.html": > > 1, how can I add more test case? What kind of test do you like to add that you cannot run at the mo

Re: Getting e-mail notification when issue in JIRA gets updated?

2012-08-30 Thread Torsten Mielke
On Aug 30, 2012, at 12:45 AM, mikmela wrote: > I'd like to get e-mail notifications when jira gets updated? Looks like just > registering in issue's Watch List is not enough... > That should be enough, assuming you have an Apache account with an email address registered. Regards, Torsten Mie