Versions Compared

Key

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

...

  • When running any of the activemq: commands in the console you may get the following error when trying to connect to the local broker:
    Code Block
    ERROR: java.lang.RuntimeException: Failed to execute list task. Reason: java.io.IOException: 
    Failed to retrieve RMIServer stub: javax.naming.NameNotFoundException: jmxrmi
    
    You can workaround this by adding --jmxlocal to the command. For example, activemq:list --jxmlocal would list the local ActiveMQ broker. This problem will be fixed in ServiceMix 4.5 (as per https://issues.apache.org/jira/browse/ SMX4-784).

SVN Tag Checkout

Code Block
svn co http://svn.apache.org/repos/asf/servicemix/smx4/features/tags/features-4.4.0/

...