programmatic config of memory/temp usage limits

2011-02-08 Thread Jim Newsham
We're creating an embedded broker service programmatically. I want to add in memory/temp usage limits, but don't really have the time to test the behavior of the broker to see if the settings are working. Would appreciate if someone in the know could have a quick look at this and let me kno

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-08 Thread habumaster
Also seeing Gets receiving responses but continuing to spin, even though another Get is spawned. They start piling up and browser gets busy with all the Gets... -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-4-2-Ajax-interface-losing-message-ids-under-stre

KahaDB web page under review?

2011-02-08 Thread rliguori
Is the below web-page/feature still under review as it is annotated? http://activemq.apache.org/kahadb-master-slave.html -- View this message in context: http://activemq.2283324.n4.nabble.com/KahaDB-web-page-under-review-tp3276835p3276835.html Sent from the ActiveMQ - User mailing list archive

Re: Thread abort on submtting message

2011-02-08 Thread Timothy Bish
On Tue, 2011-02-08 at 08:40 -0600, Darren Lee wrote: > Hello, > > I have a system which does the following: > > 1) We create a Queue and put a series of object messages onto it > > 2) We create a MapMessage and put it on a Jobs queue. This message > points to the first queue. > > The

Thread abort on submtting message

2011-02-08 Thread Darren Lee
Hello, I have a system which does the following: 1) We create a Queue and put a series of object messages onto it 2) We create a MapMessage and put it on a Jobs queue. This message points to the first queue. The number of objects put into a queue in task 1 is variable. Sometimes I ge

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread Gary Tully
also note that the schema locations in the examples are intentionally unversioned such that they can work unchanged with different code bases or after upgrades. If you want to reference a particular version of the schema, then update the schema location of your xml context or configuration to point

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread Dejan Bosanac
Hi, the following article could help http://www.bigsoft.co.uk/blog/index.php/2009/02/01/invalid-activemq-schema-name-space Regards -- Dejan Bosanac - FuseSource - The experts in open source int

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread sprengerc
Hi, When eclipse opens the camelContext.xml file it tries to fetch the broker schema (http://activemq.apache.org/schema/core) from the provided schema location http://activemq.apache.org/schema/core/activemq-core.xsd http://activemq.apache.org/schema/core/activemq-core.xsd which, as I wrote bef

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread Dejan Bosanac
Hi, that file is available in acitvemq-core.jar and your app should be fine as long as you have it in the classpath. Regards -- Dejan Bosanac - FuseSource - The experts in open source integration and messaging. Email: dej...@fusesource.com Web: http://fusesource.com Twitter: htt

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread sprengerc
Hi, Sorry I made a typo. The camelContext.xml file does refer to activemq-core.xsd, but that file is not available on the site http://activemq.apache.org/schema/core. Cheers, Karel -- View this message in context: http://activemq.2283324.n4.nabble.com/No-activemq-code-xsd-on-http-activemq-apac

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread Dejan Bosanac
Hi, the file should be activemq-core.xsd, not activemq-code.xsd Regards -- Dejan Bosanac - FuseSource - The experts in open source integration and messaging. Email: dej...@fusesource.com Web: http://fusesource.com Twitter: http://twitter.com/dejanb ActiveMQ in Action - http://ww

Re: Do VirtualTopic consumers support wildcards

2011-02-08 Thread Dejan Bosanac
Hi Curtis, Incidentally I was looking at this same issue the other day. It will not work at the moment. The "problem" is that when you subscribe with the wildcard consumer, no destinations will be created. And the filter that implements virtual topics only send messages to pre-existing destination