2 Replies Latest reply on May 1, 2008 6:42 PM by lfhaddix

    SqlListener / Actions threadsafe?

    lfhaddix

      Can I use the same Action class (extends AbstractActionLifecycle) in more than 1 jboss-esb.xml and not have to worry about threadsafety?

      I want to separate records into different queues based on db table content but I don't want to have different versions of the same program.