Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. set advisorySupport="false" for the broker (exceptif you want to use advisroy messages)
  2. use transport.soTimeout=60000 and set enableStatusMonitor="true" for Openwire connector
    Code Block
    <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true" advisorySupport="false">
    ....
    <transportConnector name="openwire" uri="tcp://0.0.0.0:61616?transport.soTimeout=60000" enableStatusMonitor="true"/>
    

...

A possible pitfall

This issue should be resolved if you use a recent version (say after mid 2011): we have now the proper slf4j jar files in the classpath to redirect logging to log4j.

This section can be bypassed but might help in case of troubles
I first installed ActiveMQ 5.5.0 on my developement machine on XP. When I ran OFBiz I got this non blocking error

...