Using GroupId and more than 1 session for consumer

2010-08-04 Thread dummy541
hello together, following problem: before yesterday, i had a queue with one consumer (MDB). Maxsession for this consumer was 10. So, I had a good performance. Now I found a case, that I have to keep order of some messages. So. Now I use the groupid an one more consumer. But it seems, that

Re: How to write a java topic/queue consumer (MDB?) and deploy it INSIDE ActiveMQ?

2010-08-04 Thread Dejan Bosanac
One way to do it is to put your jar in the lib/ folder and use ActiveMQ Spring configuration to boot it. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On

Re: message filtering via ajax in 5.4?

2010-08-04 Thread Dejan Bosanac
Hi Alex, yes MessageListenerServlet supports selectors in the 'selector' request parameter. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Aug 3,

Re: ActiveMQ with Groovy

2010-08-04 Thread Dejan Bosanac
Checkout this link http://groovy.codehaus.org/GroovyJMS+-+v0.1+Docs+and+Example Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Aug 4, 2010 at 2:42

a bug in activemq-core

2010-08-04 Thread dacy
hi i had used activemq5.3.0 in a application, and it crashed a month ago we found there is a bug in activemq's source code. when send message time out ,response return null not exception, but code not handle. it's terrible !!! please fix it as soon as possible~ at ActiveMQConection.java

Failed to resolve localhost

2010-08-04 Thread steve44224
I've searched extensively, and there doesn't seem to be any reference to this problem. When I attempt to start ActiveMQ right out of the box on a Gentoo Linux system, it squirts out the error message: ERROR | Failed to resolve localhost. After this, there's a cascade of other error messages, and

Re: a bug in activemq-core

2010-08-04 Thread Gary Tully
can you raise a jira issue for this, possibly include the stack trace if you still have it. Thanks. On 4 August 2010 08:33, dacy dacy.zh...@alibaba-inc.com wrote: hi  i had used activemq5.3.0 in a application, and it crashed a month ago  we found there is a bug in activemq's source code. when

Re: message filtering via ajax in 5.4?

2010-08-04 Thread Alex Dean
Thanks Dejan. How do I send the 'selector' parameter via the amq.js addListener() function? Looks like support for 'selector' would need to be added to addListener() and sendJmsMessage() somehow. (Maybe an optional 4th parameter?)

activemq-5.3.2 problem running maven peformance test

2010-08-04 Thread whtmoore
Just getting started. In addition to being new to activemq, maven is also new to me. Built 5.3.2 from from to be able to build the maven test. I had to use mvn clean install -Dmaven.test.skip=true to avoid test failure. From activemq-tooling the build of the plugin was sucessful but having a

Re: ActiveMQ with Groovy

2010-08-04 Thread lujan99
I'll check that code... and I like build some bean or something to process messages in camel's routes, how I configure to use groovy? Thank you!! Dejan Bosanac wrote: Checkout this link http://groovy.codehaus.org/GroovyJMS+-+v0.1+Docs+and+Example Cheers -- Dejan Bosanac -