Re: Trying to access activemq statistics not working

2011-06-17 Thread agujral
Actually I am able to get data from the activemq there was a bug in my code Thanks all Anurag -- View this message in context: http://activemq.2283324.n4.nabble.com/Trying-to-access-activemq-statistics-not-working-tp3504459p3606495.html Sent from the ActiveMQ - User mailing list archive at Nabb

Re: Statistics plugin - measurement units

2011-06-17 Thread agujral
Actually I am able to get data from the activemq there was a bug in my code Thanks all Anurag -- View this message in context: http://activemq.2283324.n4.nabble.com/Statistics-plugin-measurement-units-tp3596490p3606494.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Active MQ client 5.3.2 vs Active MQ server 5.4.2

2011-06-17 Thread callain_accovia
At least we know it should work on paper ;-). We'll give it some testing for sure, under current feature usage we have. Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-client-5-3-2-vs-Active-MQ-server-5-4-2-tp3593784p3605688.html Sent from the ActiveMQ -

Informix as persistence adapter is not working

2011-06-17 Thread jandeclercq
Hey, I'm using informix as persistence adapter. But it is not working. 80% of the messages dissapear in the void. My activemq.xml configuration:

Tracing Broker to Producer Acks

2011-06-17 Thread Ozan Seymen
Hi, Is there any way for me to trace acks sent from broker to producer? Are there any configuration settings that I can set in log4j.properties? Regards, Ozan This e-mail and any attached files are intended for the named addressee only. It contains information

RE: Performance when sending messages

2011-06-17 Thread Ozan Seymen
Have you tried sending messages in transaction? In order to do that you need to initialize the session to use transactions (your line 103) and commit the transaction after sending x messages. Ozan -Original Message- From: Christian Schneider [mailto:ch...@die-schneider.net] Sent: 17 Jun

Performance when sending messages

2011-06-17 Thread Christian Schneider
Hi all, am trying to do a performance test for CXF with the jms transport. When doing the tests I was not able to reach more than about 600 messages / second. I have the feeling that this is too slow for a current machine. As I wanted to see if the problem comes from cxf or ActiveMQ I changed