Re: StoreLockedExcpetion: Kaha Store state is already opened by this application.

2007-11-09 Thread Rob Davies
We are recommending to use the default - amq store instead of Kaha store in release 5: http://activemq.apache.org/amq-message-store.html cheers, Rob http://open.iona.com/ -Enterprise Open Integration http://rajdavies.blogspot.com/ On Nov 7, 2007, at 2:43 PM, j0llyr0g3r wrote:

Re: Which jars are needed for client applications?

2007-11-09 Thread Rob Davies
Hopefully this page will help: http://activemq.apache.org/initial- configuration.html cheers, Rob http://open.iona.com/ -Enterprise Open Integration http://rajdavies.blogspot.com/ On Nov 9, 2007, at 1:51 AM, sebb wrote: The ActiveMQ 4.1.1 zip file contains some 34 jar files. Which of

using activemq 3.x clients with activemq 4.x broker

2007-11-09 Thread metecan
Hello, i was wondering if this is this possible with jms to jms bridge or is there a proposed way of having this kind of functionality? Thanks in advance -- View this message in context: http://www.nabble.com/using-activemq-3.x-clients-with-activemq-4.x-broker-tf4777211s2354.html#a13665536 Sent

Selector Modification

2007-11-09 Thread mrh
Is it possible to modify selectors after the listener has been started, without closing and restarting the consumer? Thanks, mrh -- View this message in context: http://www.nabble.com/Selector-Modification-tf4778084s2354.html#a13668366 Sent from the ActiveMQ - User mailing list archive at

Re: Message could not be recovered from the data store! Help!!!

2007-11-09 Thread thomfost
I seem to have fixed it, all I did was delete the files in \apache-activemq-5.0-SNAPSHOT\data\localhost. thomfost wrote: Hi, I'm using the activemq-5.0-101007 snapshot. I'm using it with a web app and everything was working fine until one day I ran a test which used the web app

Maximize Throughput

2007-11-09 Thread appi03
Running the latest activemq release 4.1.1 and using the cms library. I have a Linux Server set up that has 4 cpus where I am running my broker and the producer. I was hoping to get a good performance out of it but activemq only utilizes one cpu at a time. Does Activemq support multiple Cpus? The

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

Messages not being received by consumer

2007-11-09 Thread CobraTheSleek
Hi, ENV: ActiveMQ-Snapshot-5.0 JBoss AS 4.2.1 I have the following queues defined: mbean code=org.jboss.resource.deployment.AdminObject name=activemq.queue:name=org.apache.activemq.requestQueue attribute name=JNDINameactivemq/requestQueue/attribute depends

RE: Multiple processors

2007-11-09 Thread Mittler, Nathan
ActiveMQ-CPP is multithreaded in that there is one thread per session as per the CMS/JMS contract. If you're only using a single session, you won't see any benefit in going to a multiple processor environment. To take advantage of that architecture, you may want to have several active sessions

RE: Multiple processors

2007-11-09 Thread appi03
oh okay, That makes sense. I will try that out. Thanks Mittler, Nathan wrote: ActiveMQ-CPP is multithreaded in that there is one thread per session as per the CMS/JMS contract. If you're only using a single session, you won't see any benefit in going to a multiple processor

Ubuntu activemq-cpp-2.1.1 build

2007-11-09 Thread bradford
Hey Guys, Im trying to build activemq-cpp-2.1.1 on my Ubuntu 7.10 box and I'm running into a bunch of problems. Ive followed the readme and installed uuid, cppunit, autoconf-2.61, automake-1.96, libtool-1.5.24 but when I run ./autogen.sh, I get the following error: configure.ac:43: error:

Beginner problem with ActiveMQ Configuration

2007-11-09 Thread Sam Lieber
I am new to ActiveMQ and I need help with initial configuration. I followed all the directions and used the default activemq.xml in the distribution. When I put the activemq.xml in a directory accessible in my classpath (I put the activemq.xml in WEB-INF/classes): bean id=broker