BUG: JMS consumer hangs while producing profusely

2009-06-02 Thread dcheckoway
Help! I have a transactional JMS consumer invoked by Camel for messages on "testQueueA" -- it needs to produce/send thousands of messages to the JMS queue "testQueueB". Depending upon how many messages need to be sent, this scenario hangs. This happens when talking to ActiveMQ via TCP. I wrote

Re: BUG: JMS consumer hangs while producing profusely

2009-06-02 Thread dcheckoway
Stephen Pietrowicz wrote: > > After looking through the archives, we tried setting > "producerFlowControl=false", which fixed the problem. Stephen, thanks for that tip...by setting producerFlowControl="false" in activemq.xml, that seems to have solved the issue! Seems like memory is now the on

Help understanding memory usage/limits

2010-04-02 Thread dcheckoway
I could use some help understanding memory usage & limits in activemq. 5.3.1 is what I'm running, fwiw. 1. Out of the box, in activemq.xml is commented out. I'm passing ACTIVEMQ_OPTS="-Xmx2048M ...". What is the default behavior in that case? Does that mean activemq will take advantage of th

Re: Help understanding memory usage/limits

2010-04-02 Thread dcheckoway
? Is there a way to allocate a specific memoryLimit to individual specific queues & topics? That would probably be smarter in my case if such a thing is available. Sorry to blast more questions at you...I'd just like to have a better understanding. Thanks! Dan Gary Tully wrote: >

100% CPU spike with ActiveMQ 5.3.1

2010-04-04 Thread dcheckoway
I'm experiencing an issue with ActiveMQ 5.3.1 broker. Here's my setup: - 1 queue that experiences heavy usage (the only relevant destination in this case) - 80 concurrentConsumers on the queue - consumer.prefetchSize not set (default = 1000, I believe) Occasionally my service sees a spike in tr

Re: 100% CPU spike with ActiveMQ 5.3.1

2010-04-04 Thread dcheckoway
BTW, I forgot to mention one possibly key piece of info. The consumers run on a different server. ActiveMQ runs on its own dedicated server. So it's using TCP, not VM, in case that matters. dcheckoway wrote: > > I'm experiencing an issue with ActiveMQ 5.3.1 broker.

Re: [ANNOUNCE] Apache ActiveMQ 5.6.0 released

2012-05-08 Thread dcheckoway
lt;http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.n

Performance issue with Camel multicast in 5.4.1

2010-10-05 Thread dcheckoway
In the process of upgrading from 5.3.2 to 5.4.1, I've encountered a new, major performance issue. I make use of Camel's multicast in order to replicate messages from one queue out to four other queues...snippet from conf/camel.xml:

Re: Performance issue with Camel multicast in 5.4.1

2010-10-05 Thread dcheckoway
BTW...I forgot to mention that in order to rule out Camel being responsible, I tried the same test in 5.4.1 with Camel 2.2.0 jars (5.4.1 comes with 2.4.0). No difference. -- View this message in context: http://activemq.2283324.n4.nabble.com/Performance-issue-with-Camel-multicast-in-5-4-1-tp295

Producer Flow Control - what is AUTHORITATIVE?

2010-11-05 Thread dcheckoway
ombination of systemUsage/memoryLimit settings have always been extremely elusive to me. I really need help understanding how I can, WITHOUT QUESTION, turn producer flow control OFF COMPLETELY. Thanks! - Dan Checkoway dcheckoway gmail com -- View this message in context: http://a

Re: Producer Flow Control - what is AUTHORITATIVE?

2010-11-05 Thread dcheckoway
some portion of the queue limit and > leave the rest in the store. > So when you have fast consumers they can be served from the cache and > when you have slow consumers and exceed the cache, the messages will > get paged in from the store on demand. > > More detail on cursor

Re: Producer Flow Control - what is AUTHORITATIVE?

2010-11-05 Thread dcheckoway
>> So when you have fast consumers they can be served from the cache and >> when you have slow consumers and exceed the cache, the messages will >> get paged in from the store on demand. >> >> More detail on cursors at http://activemq.apache.org/message-cursors.html >> >>

KahaDB error: "Could not locate data file"

2011-01-06 Thread dcheckoway
="false" advisorySupport="false" enableStatistics="true"> -- Help?! - Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/KahaDB-error-Could-not-locate-data-file-tp3177338p3177338.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: KahaDB error: "Could not locate data file"

2011-01-06 Thread dcheckoway
handler just in case. > http://activemq.apache.org/configurable-ioexception-handling.html > > Would be a good idea to create a jira issue to track this and attach > what ever log and application information you have to it. > > On 6 January 2011 12:39, dcheckoway <[hidden > email]<

Re: KahaDB error: "Could not locate data file"

2011-01-06 Thread dcheckoway
> AMQ-3051 is using the older AMQPersistenceAdapter and NFS, so it seems > to be different from your use case? > > On 6 January 2011 15:14, dcheckoway <[hidden > email]<http://user/SendEmail.jtp?type=node&node=3177622&i=0>> > wrote: > > > > >

Re: Visualisation Wish List

2011-01-22 Thread dcheckoway
1805-1540034554-140...@n4.nabble.com > To unsubscribe from ActiveMQ - User, click > here<http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2341805&code=ZGNoZWNrb3dheUBnbWFpbC5jb218MjM0MTgwNXw3MDc4NzEwMTU=>. > > - Dan Chec

ConcurrentModificationException in embedded 5.5.0 broker

2011-04-08 Thread dcheckoway
context config: " producerFlowControl="false" memoryLimit="20mb"/> Has anybody else seen this ConcurrentModificationException happening with 5.5.0 (or otherwise)? Any ideas? - Dan Checkoway dcheckoway gmail com -- View this message in cont

Re: ConcurrentModificationException in embedded 5.5.0 broker

2011-04-08 Thread dcheckoway
1.6.1 runtime - Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/ConcurrentModificationException-in-embedded-5-5-0-broker-tp3435952p3435958.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ConcurrentModificationException in embedded 5.5.0 broker

2011-04-08 Thread dcheckoway
@Gary, you bet: https://issues.apache.org/jira/browse/AMQ-3276 - Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/ConcurrentModificationException-in-embedded-5-5-0-broker-tp3435952p3436324.html Sent from the ActiveMQ - User mailing

Re: ActiveMq console fails with java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

2011-04-08 Thread dcheckoway
tion-org-apache-jsp-index-jsp-tp3437076p3437076.html > To start a new topic under ActiveMQ - User, email > ml-node+2341805-1540034554-140...@n4.nabble.com > To unsubscribe from ActiveMQ - User, click > here<http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=unsub

Force a failover re-randomize?

2011-04-12 Thread dcheckoway
Possible? Wish list enhancement? - Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/Force-a-failover-re-randomize-tp3445497p3445497.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Force a failover re-randomize?

2011-04-12 Thread dcheckoway
I should have mentioned...ActiveMQ 5.4.2/5.5.0, and I'm *not* using network of brokers. Each broker is totally standalone. - Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/Force-a-failover-re-randomize-tp3445497p3445758.html

Re: Force a failover re-randomize?

2011-04-13 Thread dcheckoway
Thanks Gary. That should do the trick! I don't see it doc'd on the failover or tcp transport wiki pages, though. Does expiryTimeout apply to failover: or tcp:? Sorry to be ignorant about features that have been in there a while, just haven't run across this one. - Dan Check

Re: Force a failover re-randomize?

2011-04-13 Thread dcheckoway
- Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/Force-a-failover-re-randomize-tp3445497p3448603.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Upstream throttling and backlog

2011-04-14 Thread dcheckoway
eam throttling and backlog is happening. My goal is...if the consumer is the only piece that's down (or slow), I still want messages to flow at full speed all the way to the external broker, where they're welcome to queue up. I don't want anything producer flow controlled...ever. Is

Re: ConcurrentModificationException in embedded 5.5.0 broker

2011-04-22 Thread dcheckoway
(ActiveMQConnectionFactory.java:243) ... 47 more - Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/ConcurrentModificationException-in-embedded-5-5-0-broker-tp3435952p3467903.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread dcheckoway
.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Thanks! (and pretty please release 5.5.1 with the ConcurrentModificationException fix!) -Dan Checkoway dcheckoway gmail com-- View this message in context: http:/

Re: InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread dcheckoway
koway dcheckoway gmail com-- View this message in context: http://activemq.2283324.n4.nabble.com/InterruptedException-with-embedded-5-5-0-broker-tp3487950p3487959.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread dcheckoway
is only occurring when you are shutting down MQ, while > it may not be a sign of good handling of InterruptedException, it is > unlikely to cause any problems. > > Regards, > > Justin Randall > --Original Message-- > From: dcheckoway > To: [hidden > email]<http://user/S

Re: InterruptedException with embedded 5.5.0 broker

2011-05-01 Thread dcheckoway
ue for any application and > isn't specific to ActiveMQ. > > I'll leave it to the developers to explain why the code is behaving this > way. > > Regards, > > Justin Randall > Sent from my BlackBerry device > > -Original Message- > From: dcheckoway &l

Slave not replicating consumption with Pure Master Slave

2011-08-24 Thread dcheckoway
ating the consumption of these messages... Has anybody seen this before? Any idea what might be causing it? Did I screw something up in my configuration, i.e. with schedulerSupport="false" or advisorySupport="false"? Any help would be much appreciated... - Dan Checkow

Re: Upstream throttling and backlog

2011-08-25 Thread dcheckoway
h out for log messages that indicate a producer is waiting for > space. > > If you are using non persistent messages, ensure that the temp store > limit is not being reached. > > On 15 April 2011 07:13, dcheckoway <[hidden > email]<http://user/SendEmail.jtp?type=node&

Persistence enabled/disabled on a per-destination basis?

2011-08-28 Thread dcheckoway
- Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/Persistence-enabled-disabled-on-a-per-destination-basis-tp3774341p3774341.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Persistence enabled/disabled on a per-destination basis?

2011-08-28 Thread dcheckoway
download.oracle.com/javaee/1.4/api/javax/jms/DeliveryMode.html > > > > > On Sunday, August 28, 2011 at 14:45 , dcheckoway wrote: > > > Is it possible to enable/disable persistence on a per-destination basis? > For > > example, I want queue A (can't afford to lo

Preferred config for 2-node network of brokers?

2011-09-07 Thread dcheckoway
ce on this? I want to make sure I understand the purpose of "duplex". If my suggestions above imply that I'm clueless about it, please clue me in... :-) Thanks! - Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/Prefe

Re: Preferred config for 2-node network of brokers?

2011-09-07 Thread dcheckoway
s case. > > With each configuring a static networkconnector to the other, there > are two unidirectional network connections. > > On 7 September 2011 10:28, dcheckoway <[hidden > email]<http://user/SendEmail.jtp?type=node&node=3796717&i=0>> > wrote: > > &

Re: Preferred config for 2-node network of brokers?

2011-09-08 Thread dcheckoway
Mielke > [hidden email] <http://user/SendEmail.jtp?type=node&node=3798076&i=0> > [hidden email] <http://user/SendEmail.jtp?type=node&node=3798076&i=1> > > > On Sep 7, 2011, at 10:47 PM, dcheckoway wrote: > > > Thanks Gary. > > > >

Re: Slave not replicating consumption with Pure Master Slave

2011-09-08 Thread dcheckoway
Torsten/Gary, This (thread) talks about the master/slave issue I made reference to earlier... - Dan Checkoway dcheckoway gmail com -- View this message in context: http://activemq.2283324.n4.nabble.com/Slave-not-replicating-consumption-with-Pure-Master-Slave-tp3767086p3798603.html Sent from

Re: Slave not replicating consumption with Pure Master Slave

2011-09-08 Thread dcheckoway
othing shared) support, as a feature, it is not getting much love. > > Most folks use a shared file system or shared db, so shared store > > setup so that is where most of the work is focused. > > A 2 broker network can give your producers some level of fault > > tolerance