I solved the timeout issue by setting the pattern to InOnly so Camel will
send the message and not expect a reply.

  <route>
      <from uri="timer://foo?fixedRate=true&amp;period=2000"/>
      <inOut
uri="activemq:queue:ActiveMQ.Statistics.Destinationcontest:adj"/>
      <to uri="activemq:topic:Statistics.Topic"  pattern="InOnly"/>
  </route>

However I can still see many of the following exceptions been thrown in
wrapper.log

Should I ignore them?

 | jvm 1    | 2010/09/27 20:03:37 |  INFO | Transport failed:
org.apache.activemq.transport.TransportDisposedIOException: Peer
(vm://localhost#3) disposed.
INFO   | jvm 1    | 2010/09/27 20:03:37 |
org.apache.activemq.transport.TransportDisposedIOException: Peer
(vm://localhost#3) disposed.
INFO   | jvm 1    | 2010/09/27 20:03:37 | at
org.apache.activemq.transport.vm.VMTransport.stop(VMTransport.java:159)
INFO   | jvm 1    | 2010/09/27 20:03:37 | at
org.apache.activemq.transport.vm.VMTransportServer$1.stop(VMTransportServer.java:81)
INFO   | jvm 1    | 2010/09/27 20:03:37 | at
org.apache.activemq.transport.TransportFilter.stop(TransportFilter.java:65)
INFO   | jvm 1    | 2010/09/27 20:03:37 | at
org.apache.activemq.transport.TransportFilter.stop(TransportFilter.java:65)
INFO   | jvm 1    | 2010/09/27 20:03:37 | at
org.apache.activemq.transport.ResponseCorrelator.stop(ResponseCorrelator.java:132)
INFO   | jvm 1    | 2010/09/27 20:03:37 | at
org.apache.activemq.util.ServiceSupport.dispose(ServiceSupport.java:43)
INFO   | jvm 1    | 2010/09/27 20:03: 

-- 
View this message in context: 
http://activemq.2283324.n4.nabble.com/statisticsBrokerPlugin-error-tp2716123p2719707.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to