The FUSE ESB console provides a shell to manage JBI artifacts that are deployed in the container. You access the JBI shell by typing jbi at the servicemix> prompt.
You can also access the JBI shell commands by prefixing the command with jbi.
Table A.1 describes the commands available from the JBI shell.
Table A.1. JBI Shell Commands
| Command | Description |
|---|---|
| list | Lists all of the JBI artifacts deployed into the FUSE ESB container. The list is separated into JBI components and JBI service assemblies. It displays the name of the artifact and its life-cycle state. |
| ls | Performs the same action as list. |
shutdown artifact | Moves the specified artifact from the stopped state to the shutdown state. |
stop artifact | Moves the specified artifact into the stopped state. |
start artifact | Moves the specified artifact into the started state. |