This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Run JBoss CLI-Client | |
| $ java -jar wildfly/bin/client/jboss-cli-client.jar | |
| You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands. | |
| # Connect to WildFly Server | |
| [disconnected /] connect localhost:9990 | |
| Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions. | |
| # Switch to JMS Dead-Letter-Queue (DLQ) | |
| [standalone@localhost:9990 /] cd subsystem=messaging-activemq/server=default/jms-queue=DLQ |