We are in process to execute the event the moment we get an entry in DB i.e. at the time of insertion in MYSQL we need to generate an XML and forward to another server.
For example we got an message from user A, we need to fetch all who are linked up with user A and finally put in encoded XML file. At last this XML file has sent to third party server i.e. http://yahoo.com?data=<encoded-xml-string>&action=data<http://yahoo.com/?data=<encoded-xml-string>&action=data>
Please let us update if there is any alternate to do rather than MYSQL JOB Handler.
Thanks