Individual connectors can now be stopped from the Dashboard.…
Individual connectors can now be stopped from the Dashboard.
Stopping/starting a source connector performs the same action as pausing/resuming the channel.
Destination connectors can only be stopped individually if queueing is enabled. When a destination connector is stopped, its filter and transformer are still executed, but the message is always queued (even if attempt first is enabled). The queue thread is stopped and does not attempt to send.
When a destination connector is stopped, the channel still shows up as Started, but the icon is colored orange instead of green.
Added new task items for startConnector and stopConnector.
Updated popup menu logic to handle stopping individual connectors.
Removed some legacy code in MessageObjectServlet pertaining to temp tables.
Issue:
MIRTH-1040