Re: BUILD Error (Unable to find the mojo) ActiveMQ 5.3.0

2009-12-21 Thread Peter P
I downloaded activemq-rpm_standalone-project.tar.bz2 from AMQ-2105, unzipped it, built MAVEN_OPTS=-Xmx800m mvn clean install -Dmaven.test.skip=true and it created an RPM [INFO] Installing /opt/junk/activemq-rpm_standalone-project/target/activemq-rpm-5.3-1-SNAPSHOT.rpm to /root/

Re: BUILD Error (Unable to find the mojo) ActiveMQ 5.3.0

2009-12-21 Thread Gary Tully
glad to hear that helped. Next you need to add the patch/project from https://issues.apache.org/activemq/browse/AMQ-2105 and try it out. https://issues.apache.org/activemq/browse/AMQ-2105 has not been merged into trunk yet, hence that issue is still open. Add your experience as comments on that jir

Re: BUILD Error (Unable to find the mojo) ActiveMQ 5.3.0

2009-12-21 Thread Peter P
Thank You for the quick replies. At first I tried changing JAVA_HOME to an openjdk directory JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk but still had the same build error. Next I applied the patch patch activemq-xmpp/pom.xml ./patch.pom.xml and this worked! [INFO] ActiveMQ :: XM

filtered destinations

2009-12-21 Thread mistrz
Is there any why to configure filtered destinations programmatically rather than with spring? Any docs on that? -- View this message in context: http://old.nabble.com/filtered-destinations-tp26877656p26877656.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: BUILD Error (Unable to find the mojo) ActiveMQ 5.3.0

2009-12-21 Thread Gary Tully
think you need this change: http://svn.apache.org/viewvc?view=revision&revision=881433 2009/12/21 Peter P > > Hi, > > I would like to create an install RPM for ActiveMQ 5.3. I have seen > AMQ-2105, > but it's unclear whether "mvn install" creates an RPM. I decided to build > it to > find out,

Re: Errors under high-load (ActiveMQ 5.3 + JBoss 5.1)

2009-12-21 Thread Gary Tully
please file issues but the key component will be some sort of test case that makes it easy to reproduce. 2009/12/21 Leonardo Lima > Hello. > > As I continue to try and debug my problem, I see that both errors are > because of ActiveMQ. > > There are three kinds of stacktraces from ActiveMQ Logs:

Re: BUILD Error (Unable to find the mojo) ActiveMQ 5.3.0

2009-12-21 Thread Dejan Bosanac
Hi, this error seems like you're not using Sun or OpenJDK. Can you try with one of those? 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 Mon, Dec 21, 20

BUILD Error (Unable to find the mojo) ActiveMQ 5.3.0

2009-12-21 Thread Peter P
Hi, I would like to create an install RPM for ActiveMQ 5.3. I have seen AMQ-2105, but it's unclear whether "mvn install" creates an RPM. I decided to build it to find out, but have run into a Build Error. First I untarred activemq-parent-5.3.0-source-release.tar.gz and installed (several

Re: Errors under high-load (ActiveMQ 5.3 + JBoss 5.1)

2009-12-21 Thread Leonardo Lima
Hello. As I continue to try and debug my problem, I see that both errors are because of ActiveMQ. There are three kinds of stacktraces from ActiveMQ Logs: 2009-12-21 12:19:38,296 | WARN | POST COMMIT FAILED: | org.apache.activemq.transaction.XATransaction | NIO Transport Thread java.util.Concu

Re: Slow sending of messages

2009-12-21 Thread Gary Tully
The bottom of See the end of http://activemq.apache.org/message-cursors.html 2009/12/21 Adrian A > > Hi Gary > > Sorry, yes that config didn't have flow control disabled but have had that > previously, makes no difference. If a producer is being throttled (flow > controlled) will it be log

Re: Slow sending of messages

2009-12-21 Thread Joe Fernandez
One other thing you might want to also do is yank persistent=false out of your broker element and instead set the message delivery mode at the message or session level. In my testing, setting persistent=false precludes the broker from creating the message store and thus non-persistent messages wi

Re: Slow sending of messages

2009-12-21 Thread Adrian A
Hi Gary Sorry, yes that config didn't have flow control disabled but have had that previously, makes no difference. If a producer is being throttled (flow controlled) will it be logged in the debug? I can't see any reference to VMPendingMessagecursor and I can't seem to configure it correctly in

Re: Debug JMS environment

2009-12-21 Thread Gary Tully
thanks for your reply with the solution. Just fyi: the timeStampPlugin can help in this situation: see http://activemq.apache.org/timestampplugin.html 2009/12/18 couzteau > > Turns out the problems was having explicitQosEnabled=true and a short > timeToLive. The system clocks of producer, broker

Re: ActiveMQ brokers version upgrade rules

2009-12-21 Thread Gary Tully
So the theory is that openwire protocol version negotiation(down to the lowest common denominator) will work just find with this mix. The problem is that it needs to be validated or verified for your feature set, this is not covered by the hudson nighty builds, the permutations just get out of hand

Re: Slow sending of messages

2009-12-21 Thread Gary Tully
Your policyEntry does not disable producer flow control, add. also there is a VMPendingMessageCursor that will maintain all references in memory. See the end of http://activemq.apache.org/message-cursors.html for details. 2009/12/20 Adrian A > > Hi Joe > > I have tried lots of configs but th

Re: statisticsBrokerPlugin with Stomp

2009-12-21 Thread Dejan Bosanac
Great. Glad it works. 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 Mon, Dec 21, 2009 at 11:13 AM, ripienaar wrote: > > > Dejan Bosanac wrote: >> >> Hi

Re: statisticsBrokerPlugin with Stomp

2009-12-21 Thread ripienaar
Dejan Bosanac wrote: > > Hi, > > As the return message is map message, you need to set "transformation" > header when you subscribe to the topic. Take a look at > http://activemq.apache.org/stomp.html#Stomp-Messagetransformations for > more info. > > I'll try to put an example of using this pl

Errors under high-load (ActiveMQ 5.3 + JBoss 5.1)

2009-12-21 Thread Leonardo Lima
Hello. I'm stress-testing this scenario: about 15000 messages are sent in about 10 min (~25 msg/sec) to a standalone broker (using nio transport). Messages are consumed via MDB in a Jboss 5.1, configured with the activemq-rar instructions found on the website ( http://activemq.apache.org/integrati

JMS Certification

2009-12-21 Thread Mparida
Hi,:jumping: Does anyone know about any good JMS Cerification which would help me building my competency. Manoj:jumping: -- View this message in context: http://old.nabble.com/JMS-Certification-tp26871176p26871176.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Jms and Database operation in a single Transaction.

2009-12-21 Thread Mparida
Correcting the subject header Mparida wrote: > > Hi, > > I want to do an operation which involves a data source (Say Insert or > Update) and simultaneously want to do a message related operation also. > > I want these two operation to be atomic i.e. want to operate in a single > Transaction. >

Jms and Database operation in a singlr Transaction.

2009-12-21 Thread Mparida
Hi, I want to do an operation which involves a data source (Say Insert or Update) and simultaneously want to do a message related operation also. I want these two operation to be atomic i.e. want to operate in a single Transaction. I know JTA (User Transaction/Xa) but do not know how to use it