Hi All.
My requirement is to send an information (in real-time) from DB to backend (Java) when some row in a table changed its status. I red something about AQ integrated in Oracle Database and it seems to me it is good to achive my requirement.
Do you thing I am right?
I suppose that backend will have to use JMS (Java Message Service) to dequeue messages comming from DB. Do you know some good tutorial about JMS?
Thanks in advance,
Jacek