RE: Need help regarding ActiveMQ with Tomcat

2007-08-01 Thread Suchitha Koneru (sukoneru)
In our application , there are two web apps and the inter web app communication is via the active mq broker. Out application uses active mq 4.1.1 , java 1.6 and Tomcat5.5.20 1) The jndi resources for active mq can be specified in Tomcat/conf/context.xml the flag wireFormat.maxI

performance testing of embedded broker

2007-08-01 Thread Suchitha Koneru (sukoneru)
Hello Active mq Users / Developers, Are there any tools for measuring the performance and memory occupied by embedded active mq broker ? The broker is embedded in Tomcat 5.5 server . Iam using active mq 4.1.1 , java 1.6 and Tomcat 5.5.20. thanks, Suchitha.

Re: ActiveMQ is dead after runing hours

2007-08-01 Thread jzhang1
We are using 4.1.0. Now, we decrease the producer message frequency. The activemq seems not crashed until daily restart. But there are some performance issues. At the first couple of hours, the enqueue and dequeue count is even out. After then, we are finding dequeue count is always less than

Fields for HTTP POST interface to REST?

2007-08-01 Thread Chris Neal
Is there documentation on on what fields the REST interface will take.. (i.e. are there any ActiveMQ special fields in the post...) -- View this message in context: http://www.nabble.com/Fields-for-HTTP-POST-interface-to-REST--tf4200537s2354.html#a11947136 Sent from the ActiveMQ - User mailin

Re: stopping broker via jconsole

2007-08-01 Thread ttmdev
Below is the thread dump. I am running AMQ 4.1.1 on WinXP. The broker has a 'stop', 'start', and 'terminateJVM' operation. Seems to me that you should be able to stop, then start the broker? Name: main State: WAITING on [EMAIL PROTECTED] Total blocked: 33 Total waited: 5 Stack trace: java.l

Re: Management

2007-08-01 Thread Elliotte Harold
After some research, the JMX stuff proved to all be too complex and way too poorly designed for my taste. What seems to work is simply browse --amqurl tcp://172.18.8.133:61616 queueName Simple and to the point. -- Elliotte Rusty Harold [EMAIL PROTECTED]

Re: Running ActiveMQ on a single machine

2007-08-01 Thread ttmdev
What version of AMQ are you using? I deloyed your activemq.xml file, as is, on to my 6-week old 4.2-SNAPSHOT broker. No problema! To successfully deploy it on to my 4.1.1 broker, I had to first comment out the xmpp transport connector and jetty elements. Joe Elber wrote: > > I don't mad

Re: Running ActiveMQ on a single machine

2007-08-01 Thread Elber
I don't made changes in my activemq.xml. activemq.xml: http://activemq.org/config/1.0"; brokerName="localhost" dataDirectory="${activemq.base}/data">

Exactly 500 stuck messages in the Q

2007-08-01 Thread ocoolio
Hello! I've just bumped into a strange problem. Sometimes, but not always, on a fast producer/slow consumer case the consumer leaves exactly 500 messages in the queue. When restarting the consumer, the 500 is processed. It happens when I send a lot (>100 000) of messages in the queue, but not alw

Asking for advice on activemq configuration

2007-08-01 Thread Zarick Lau
Dear devs and users, I've the following scenario, given that, ActiveMQ have so much of features, I hope to my scenario can be solved using a specific configuration of ActiveMQ. Would you mind give me some advice or pointers on this? I've a centralized event consolidator, and a few distributed no

SOLUTION Re: Performance problem - On empty queue sender gets blocked - on filled queue it's OK

2007-08-01 Thread ocoolio
Hi everyone! I've found out that it's a postgres concurrency bug: postgres is just bad at concurrent transactions updating the same row/page. Switching to DB2 Express solved it. Cheers. ocoolio wrote: > > Hello! > > I have a bad performance problem: > > Im using NMS with .NET (C#) and two

Re: Running ActiveMQ on a single machine

2007-08-01 Thread TOPPER_HARLEY
[quote]"Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService' defined in class path resource [activemq.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property '-' of bean class [org.apache.activemq.xbe

Re: Running ActiveMQ on a single machine

2007-08-01 Thread Elber
I don't know If this error depends from the network connection. Error: Loading message broker from: xbean:activemq.xml Now attempting to figure out the type of resource: activemq.xml ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCr