Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. root@infra:/opt/activemq/bin# sudo ./activemq console
  2. INFO: Loading '/opt/activemq//bin/env'
  3. INFO: Using java '/usr/bin/java'
  4. INFO: Starting in foreground, this is just for debugging purposes (stop process by pressing CTRL+C)
  5. INFO: Creating pidfile /opt/activemq//data/activemq.pid
  6. Java Runtime: Oracle Corporation 1.7.0_121 /usr/lib/jvm/java-7-openjdk-amd64/jre
  7. Heap sizes: current=63488k free=60783k max=932352k
  8. JVM args: -Xms64M -Xmx1G -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=/opt/activemq//conf/login.config -Dcom.sun.management.jmxremote -Djava.awt.headless=true -Djava.io.tmpdir=/opt/activemq//tmp -Dactivemq.classpath=/opt/activemq//conf:/opt/activemq//../lib/: -Dactivemq.home=/opt/activemq/ -Dactivemq.base=/opt/activemq/ -Dactivemq.conf=/opt/activemq//conf -Dactivemq.data=/opt/activemq//data
  9. Extensions classpath:
  10. [/opt/activemq/lib,/opt/activemq/lib/camel,/opt/activemq/lib/optional,/opt/activemq/lib/web,/opt/activemq/lib/extra]
  11. ACTIVEMQ_HOME: /opt/activemq
  12. ACTIVEMQ_BASE: /opt/activemq
  13. ACTIVEMQ_CONF: /opt/activemq/conf
  14. ACTIVEMQ_DATA: /opt/activemq/data
  15. Usage: Main [--extdir <dir>] [task] [task-options] [task data]
  16.  
  17. Tasks:
  18.  
  19. Task Options (Options specific to each task):
  20. --extdir <dir> - Add the jar files in the directory to the classpath.
  21. --version - Display the version information.
  22. -h,-?,--help - Display this help information. To display task specific help, use Main [task] -h,-?,--help
  23.  
  24. Task Data:
  25. - Information needed by each specific task.
  26.  
  27. JMX system property options:
  28. -Dactivemq.jmx.url=<jmx service uri> (default is: 'service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi')
  29. -Dactivemq.jmx.user=<user name>
  30. -Dactivemq.jmx.password=<password>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement