To stop the JMS Object Array adapter from the command line, execute the stop command.
When you are running the adapter from the command line, stop the adapter first before stopping the project.
| Operating System | Step | 
|---|---|
| UNIX |  Open a terminal window and enter:  For the JMS Object Array Input adapter: cd $ESP_HOME/adapters/framework/instances/jms_objlist_input For the JMS Object Array Output adapter: cd $ESP_HOME/adapters/framework/instances/jms_objlist_output ./stop_adapter.sh <adapter configuration file name>  | 
| Windows |  Open a command window and enter: For the JMS Object Array Input adapter: cd %ESP_HOME%/adapters/framework/instances/jms_objlist_input For the JMS Object Array Output adapter: cd %ESP_HOME%/adapters/framework/instances/jms_objlist_output stop_adapter.bat <adapter configuration file name>  |