I am not getting any output generated even though everything (broker, producer, and consumers) seem to be running! The "readme.html" says that the output would be in the current dir, but I couldn't find it anywhere!
Consumer trace ----------------------- mvn activemq-perf:consumer [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building ActiveMQ :: Performance Test [INFO] task-segment: [activemq-perf:consumer] [INFO] ------------------------------------------------------------------------ [INFO] [activemq-perf:consumer {execution: default-cli}] Oct 14, 2009 4:12:49 PM org.apache.activemq.tool.AbstractJmsClientSystem loadJmsFactory INFO: Created: org.apache.activemq.ActiveMQConnectionFactory using SPIConnectionFactory: org.apache.activemq.tool.spi.ActiveMQReflectionSPI Oct 14, 2009 4:14:00 PM org.apache.activemq.transport.failover.FailoverTransport doReconnect INFO: Successfully connected to tcp://localhost:61616 Oct 14, 2009 4:14:00 PM org.apache.activemq.transport.failover.FailoverTransport doReconnect INFO: Successfully connected to tcp://localhost:61616 Oct 14, 2009 4:14:00 PM org.apache.activemq.tool.AbstractJmsClient getConnection INFO: Creating JMS Connection: Provider=ActiveMQ-5.3.0.4-fuse, JMS Spec=1.1 Oct 14, 2009 4:14:00 PM org.apache.activemq.tool.JmsConsumerClient createJmsConsumer INFO: Creating non-durable consumer to: topic://TEST.FOO.0 Oct 14, 2009 4:14:00 PM org.apache.activemq.tool.JmsConsumerClient receiveAsyncTimeBasedMessages INFO: Starting to asynchronously receive messages for 300000 ms... Producer output mvn activemq-perf:producer [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building ActiveMQ :: Performance Test [INFO] task-segment: [activemq-perf:producer] [INFO] ------------------------------------------------------------------------ [INFO] [activemq-perf:producer {execution: default-cli}] Oct 14, 2009 4:20:23 PM org.apache.activemq.tool.AbstractJmsClientSystem loadJmsFactory INFO: Created: org.apache.activemq.ActiveMQConnectionFactory using SPIConnectionFactory: org.apache.activemq.tool.spi.ActiveMQReflectionSPI Oct 14, 2009 4:20:23 PM org.apache.activemq.transport.failover.FailoverTransport doReconnect INFO: Successfully connected to tcp://localhost:61616 Oct 14, 2009 4:20:23 PM org.apache.activemq.transport.failover.FailoverTransport doReconnect INFO: Successfully connected to tcp://localhost:61616 Oct 14, 2009 4:20:23 PM org.apache.activemq.tool.AbstractJmsClient getConnection INFO: Creating JMS Connection: Provider=ActiveMQ-5.3.0.4-fuse, JMS Spec=1.1 Oct 14, 2009 4:20:23 PM org.apache.activemq.tool.JmsProducerClient createJmsProducer INFO: Creating producer to: topic://TEST.FOO.0 with non-persistent delivery. Oct 14, 2009 4:20:23 PM org.apache.activemq.tool.JmsProducerClient sendTimeBasedMessages INFO: Starting to publish 1024 byte(s) messages for 300000 ms ----------------------- -- View this message in context: http://www.nabble.com/Activemq-perftest-not-producing-any-output-in-apache-activemq-5.3.0.4-fuse-tp25898330p25898330.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.