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

2012-08-29 Thread mikmela
I'd like to get e-mail notifications when jira gets updated? Looks like just registering in issue's Watch List is not enough... -- View this message in context: http://activemq.2283324.n4.nabble.com/Getting-e-mail-notification-when-issue-in-JIRA-gets-updated-tp4655804.html Sent from the Active

Pending message limit strategy and memory limits

2012-08-29 Thread Steve Angelovich
All, I have a situation where I'd like to discard non-persistent messages if necessary. What I'd like to do is discard the oldest messages first for slow consumers but only if needed. So far I've; - turned off flow control - set the memory limit in my default policy entry - added a messa

RE: Durable Subscriber flashes when monitored

2012-08-29 Thread Tlholoe, Peter
Spot on Chrisitan, Torsten was 100% correct (advise spot on as well), the problem was traced to a client's piece of code that used spring DefaultMessageListenerContainer and the cache level for JMS resources was set to "none". So we saw a lot of below on our log files. They have effected the ch

Re: how can I run the benchmark test?

2012-08-29 Thread rmn190
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? 2, and how can I interpet the test case result? it would be better if there is some tutorial about the performance plugin. thanks. On We

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-29 Thread Timothy Bish
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 & change > >> payload) and then send it. I know I can't do this

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-29 Thread spam trap
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 & change >> payload) and then send it. I know I can't do this directly as a >> consumed message is read-only. However I also f

Re: Active MQ - timeout - any alternate option in v5.2?

2012-08-29 Thread Gary Tully
Have a peek at the TransportListener interface. you can monitor the state of the failover transport. Your app will need to pause if the connection is stuck trying to reconnect, so if there is an interrupted with no corresponding resume Search for TransportListener in http://activemq.apache.org/fai

Re: how can I run the benchmark test?

2012-08-29 Thread rmn190
thanks! it works well. but would you please help me further? could you tell me how to graph and chart the gerenated test results? On Wed, Aug 29, 2012 at 6:06 PM, Torsten Mielke-2 [via ActiveMQ] < ml-node+s2283324n4655754...@n4.nabble.com> wrote: > > This page that you are referring to seems

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-29 Thread Timothy Bish
On Wed, 2012-08-29 at 13:35 +0100, spam trap wrote: > I need to modify a consumed message (add new properties & change > payload) and then send it. I know I can't do this directly as a > consumed message is read-only. However I also find that a cloned copy > is also read-only. > > How can I ach

Modifying consumed message (AcvtiveMQ-CPP)

2012-08-29 Thread spam trap
I need to modify a consumed message (add new properties & change payload) and then send it. I know I can't do this directly as a consumed message is read-only. However I also find that a cloned copy is also read-only. How can I achieve this?

Re: Apollo as Windows Service

2012-08-29 Thread ceposta
This has been fixed in latest trunk, Dean. Feel free to verify it! You can checkout the latest snapshot builds from here: http://activemq.apache.org/apollo/download.html - http://www.christianposta.com/blog -- View this message in context: http://activemq.2283324.n4.nabble.com/Apollo-as-Wi

Re: Durable Subscriber flashes when monitored

2012-08-29 Thread ceposta
I have seen this, as Torsten mentioned, when the subscriber is connecting/disconnecting/reconnecting all the time - http://www.christianposta.com/blog -- View this message in context: http://activemq.2283324.n4.nabble.com/Durable-Subscriber-flashes-when-monitored-tp4655578p4655769.html Sent

Re: tmp-storage cleanup with fileQueueCursor

2012-08-29 Thread Gary Tully
thanks for reporting back and closing the loop on this one :-) On 28 August 2012 22:55, Jeremy Levy wrote: > I was able to solve both issues, It wasn't clear to me that > memoryLimit="2mb" was the corresponding setting on the queue policy in > regards to the memory limit threshold before spooling

Re: how can I run the benchmark test?

2012-08-29 Thread Torsten Mielke
This page that you are referring to seems to be out of date. You can also use the maven-activemq-perf-plugin http://activemq.apache.org/activemq-performance-module-users-manual.html to perform benchmarks. In addition my colleague Hiram Chirino has written a JMS benchmark tool https://github.c