-2

Good day! I am developing an application that uses java and mysql as back end. My problem is, I want the application to be notified when changes to the database occurs, like an insert/delete/update to the record. I google this many times and found some answers like using JMS and others. I need some help how to obtain this functionality.

iSa
  • 1,144
  • 2
  • 9
  • 21

1 Answers1

1

User mysql trigger in your database.If you do not use trigger, learn here.

Sai Ye Yan Naing Aye
  • 6,622
  • 12
  • 47
  • 65