I needed to make changes to a lookup table that was used by a inbound thread. After making the changes, I stopped and started both the inbound and outbound threads, but the new additions to the lookup table did not appear to work until the whole process was stopped and restarted. Is this the recommended action? There are mutiple routes coming out of one central thread and I wanted to minimize the disruption to the other threads by just bouncing the threads involved in the change, rather than the whole process.