Maximum number of connections with HTTP Transport (Jetty)

2010-01-26 Thread jgunz
Is there a limit to the number of connections that can be made to the ActiveMQ Broker over the HTTP (Jetty) transport? I seem to be hitting some default limit of 250 connections. If this is a limit, is there anyway to change it? Thanks, Rob -- View this message in context: http://old.nabble.com

Re: Exception in thread ActiveMQ Transport

2008-07-22 Thread jgunz
Since I have had no luck in determining the cause of the exception, I am trying to at least handle it gracefully. What I am considering is applying the following patch to the InactivityMonitor in order to trigger a fail over on the transport... try {

Re: Exception in thread ActiveMQ Transport

2008-07-22 Thread jgunz
Digging through org.apache.activemq.transport.InactivityMonitor I can't really see why this would occur and thus don't know how to prevent it. It looks like the WRITE_CHECK_TIMER was canceled somehow, and the CHECKER_COUNTER != 0... but why or how this occurred I do not know. Is there any help ou

Exception in thread ActiveMQ Transport

2008-07-21 Thread jgunz
I received the following exception in a client application using 5.1.0 on both the client and broker: Exception in thread "ActiveMQ Transport: tcp://localhost/127.0.0.1:61606" java.lang.IllegalStateException: Timer already cancelled.\ at java.util.Timer.sched(Timer.java:354)\ at java.util.Timer.s

Re: ActiveMQ 4.1.1 server freezes

2008-05-12 Thread jgunz
We identified what was causing the problem. One of our consumers had an uncaught exception that was occasionally thrown in the MessageListener thread. By simply preventing this exception we no longer see the broker lock ups. Is this expected consumer behavior? It seems that the broker/server shou

Re: ActiveMQ 4.1.1 server freezes

2008-05-08 Thread jgunz
Daryl Richter-3 wrote: > > Do you open and close multiple sessions within the same consumer thread? > > We have seen that this can very reliably cause the broker to lock up. > > It is best to open a single session per thread and close all the way out > when done consuming. > Is it wrong to

ActiveMQ 4.1.1 server freezes

2008-05-07 Thread jgunz
I have been using ActiveMQ 4.1.1 for awhile in a production product and recently we have been seeing occasional lock-ups/freezes that go away when we restart ActiveMQ. From our clients or from the ActiveMQ log we cannot see that there is a problem, we just stop seeing message throughput . I'm at

Re: Queue eviction policy

2008-04-08 Thread jgunz
rajdavies wrote: > > >> >> I dug through the website and the mailing list and am still a bit >> confused... >> >> Is there a way to set a maximum size (either by message count or >> memory >> size) on a specific Queue? >> >> Is there a way to specify an eviction policy, in the way you can f

Queue eviction policy

2008-04-07 Thread jgunz
I dug through the website and the mailing list and am still a bit confused... Is there a way to set a maximum size (either by message count or memory size) on a specific Queue? Is there a way to specify an eviction policy, in the way you can for slow consumers, for a specific Queue? What I am t

Re: Old message cleanup failed

2008-02-21 Thread jgunz
Here's some additional log messages I'm seeing after a restart: 2008-02-21 13:59:25,068 [eckpoint Worker] WARN JDBCPersistenceAdapter - Old message cleanup failed due to: SQL Exception: Java exception: 'GC overhead limit exceeded: java.lang.OutOfMemoryError'. 2008-02-21 13:59:39,731 [eck

Old message cleanup failed

2008-02-21 Thread jgunz
I'm occasionally seeing the following error message in my ActiveMQ 4.1.1 log, when it happens all of my consumers block on opening connections.. 2008-02-21 12:19:20,657 [eckpoint Worker] WARN JDBCPersistenceAdapter - Old message cleanup failed due to: SQL Exception: Java exception: 'GC o

Re: EIPs in the ActiveMQ broker and clustering

2007-09-05 Thread jgunz
I realized after I sent my original message that I didn't specify what type of clustering I was referring to. I think I understand how the routing rules would work in a master/slave setup but I'm still a little foggy on how they would function in a store and forward network of brokers. My goal in

EIPs in the ActiveMQ broker and clustering

2007-09-04 Thread jgunz
I've been reading through the Camel documentation and about its incorporation in ActiveMQ 5.x at http://activemq.apache.org/enterprise-integration-patterns.html. I think the combination is going to be very useful to me and am just brainstorming about how I am going to apply both ActiveMQ and Camel

Re: Authorization/Security Question

2007-08-30 Thread jgunz
Another fly in the ointment is how should the Advisory destinations be permissioned for the client group? -- View this message in context: http://www.nabble.com/Authorization-Security-Question-tf4354381s2354.html#a12407602 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Authorization/Security Question

2007-08-30 Thread jgunz
I'm having trouble getting my head around some of ActiveMQs authorization settings. I have a relatively specific use case I'm trying to meet, but can't quite figure out what the appropriate permission settings are. The read and write permissions I understand. The admin and temporary destination pe