0 Replies Latest reply on Mar 25, 2004 12:11 AM by sanjewad

    Start Sending Messages on Database Trigger

    sanjewad

      We are developing a telecom product using EJB. We need to start updating our Objects based on the output coming out of the Telco Switch.

      Currently the output from the Telco Switch writes to legacy tables and fires a triiger to update the relevant tables.

      Can I do the a similar scenario using JMS and MDB. I do not have any problem of updating Objects through MDB. What I need to know is how to instantiate the message depending on the Leagcy Table change from Telco Switch.
      Do I need to write a Java Thread that keeps listening to Table or Java Procedure which runs inside Database can invoke a JMS entry?
      Your suggestions are welcome.