SessionPooling

2007-11-09 Thread Dave Carlson
Hello, we are implementing an activeMQ application using 4.1.1, and we have found that the performance bottleneck is in creating a session. I have reviewed the JavaDoc on pooling, but are there any examples of using pooling? Also, where are the JavaDics for 4.1.1? THanks

ActiveMQ JNDI in Tomcat

2007-11-08 Thread Dave Carlson
Hello, We are trying to connect to an ActiveMQ server from a web app. We are having trouble with the JNDI part of it. We have not been successful placing a jndi.properties file in the WEB-INF/classes, nor anywhere else. The properties in our JNDI file are: java.naming.factory.initial org.apach

ActiveMQ JNDI in Tomcat

2007-11-08 Thread Dave Carlson
Hello, We are trying to connect to an ActiveMQ server from a web app. We are having trouble with the JNDI part of it. We have not been successful placing a jndi.properties file in the WEB-INF/classes, nor anywhere else. The properties in our JNDI file are: java.naming.factory.initial org.apach

Re: Failover error

2007-08-23 Thread Dave Carlson
I use, the application behaves in exactly the same way, that is it uses the defaults as specified on: http://activemq.apache.org/failover-transport-reference.html Is my code incorrect? Is this a bug? Does anyone else have any experience with this? Thanks Dave Carlson <[EMAIL PROTECTED]>

Failover error

2007-08-22 Thread Dave Carlson
Hi, It appears as thought maxReconnectAttempts is not working in 4.1.1. I create a ActiveMQConnectionFactory with the url failover:(tcp://localhost:61616)?initialReconnectDelay=11;maxReconnectDelay=3;maxReconnectAttempts=1 and it never stops trying to reconnect. Here is some of the output from act

RE: Error on starting QueueConnection

2007-08-17 Thread Dave Carlson
Are you sure about the ordering? It seems odd that you would want to start the flow of messages across the connection before you have created a receiver. Looking at ActiveMQ example code in ConsumerTool, they are creating the receiver first... ActiveMQConnectionFactory c

Re: Connections dropped using 5 or more queues in 4.1.1

2007-05-01 Thread Dave Carlson
OK I'll answer my own question...I had the usageManager cpmmented out in my 4.1.1 activemq.xml file. After I uncommented it out, it works as expected. Dave Carlson <[EMAIL PROTECTED]> wrote: > > Hi, I am testing AMQ for use in our production environment, and seem to be

Connections dropped using 5 or more queues in 4.1.1

2007-05-01 Thread Dave Carlson
when I use 5 or more queues. There are no errors or messages reported in the logs. Any help would be greatly appreciated. Thanks, Dave Carlson -- View this message in context: http://www.nabble.com/Connections-dropped-using-5-or-more-queues-in-4.1.1-tf3676734s2354.html#a10274225 Sent from the

Re: Queue gets 'stuck' with AMQ4.2

2007-04-27 Thread Dave Carlson
gt; by 'pukes' ? > > On 26 Apr 2007, at 16:10, Dave Carlson wrote: > > > Hmm...I looked at that but am not sure that is what I am seeing. My > > producer keeps sending messages, and the queue keeps growing, but > > none of them are delivered. If I try

Re: Queue gets 'stuck' with AMQ4.2

2007-04-26 Thread Dave Carlson
-persistent messages. I have not started testing persistent messages yet. James Strachan <[EMAIL PROTECTED]> wrote: > On 4/25/07, Dave Carlson <[EMAIL PROTECTED]> wrote: > > > > I am testing apache-activemq-4.2-20070328.130210-35 and sporadically, a > > queue >

Queue gets 'stuck' with AMQ4.2

2007-04-25 Thread Dave Carlson
than the OOME. This happens whether I have 1 or 5 queues up on the server. Any ideas? Thanks, Dave Carlson -- View this message in context: http://www.nabble.com/Queue-gets-%27stuck%27-with-AMQ4.2-tf3646830s2354.html#a10185405 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

negative queue counts

2007-04-24 Thread Dave Carlson
I am testing AMQ 4.2-SNAPSHOT.jar dated 3-27-2007 at 12:55PM and am often seeing negative queue counts. I am using non-persistent messageing. Why should this happen? -- View this message in context: http://www.nabble.com/negative-queue-counts-tf3641408s2354.html#a10169823 Sent from the ActiveMQ

Re: RuntimeStoreException

2007-04-24 Thread Dave Carlson
Does anyone have any insight into this error? I am sporadically seeing this error, and can't figure out what it is that is causing it. Any help would be appreciated. Thanks, Dave Carlson Dave Carlson wrote: > > Also, I noticed it is looking for data-queue-data--1 (notice TWO dash

Re: RuntimeStoreException - log

2007-04-12 Thread Dave Carlson
Here is the log: http://www.nabble.com/file/7839/activemq.log activemq.log -- View this message in context: http://www.nabble.com/RuntimeStoreException-tf3561987s2354.html#a9960930 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: RuntimeStoreException

2007-04-11 Thread Dave Carlson
Also, I noticed it is looking for data-queue-data--1 (notice TWO dashes at the end...) and on my system exists a data-queue-data-1. How does it build this name? Dave Carlson <[EMAIL PROTECTED]> wrote: > apache-activemq-4.2-20070328.130210-35 > > Thanks > > >

Re: RuntimeStoreException

2007-04-11 Thread Dave Carlson
apache-activemq-4.2-20070328.130210-35 Thanks Rob Davies <[EMAIL PROTECTED]> wrote: > which snapshot and could you send the entire log please ? > > > On Apr 11, 2007, at 10:07 PM, Dave Carlson wrote: > > > Hi, I have downloaded activemq-4.2-SNAPSHOT, and I

RuntimeStoreException

2007-04-11 Thread Dave Carlson
Hi, I have downloaded activemq-4.2-SNAPSHOT, and I started the activemq server, and tried to run the ProducerTool (ant producer) and I am now getting the below error. I have been running and playing with examples for a few days now, and everything was working until today. org.apache.activemq.