This week's book giveaway is in the Java in General forum. We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line! See this thread for details.
Hello guys,
I need a big help from all of you. I was assigned to develop a project, which copy data from one database table(say mysql database name is A) to another database table(say mysql database name is B) . So they asked me to use java multi threading with jms. I don't have any idea with JMS API. Could you please help me to complete this project asap. I only need some guidance/ tutorials to start the project and how to use JMS with java multi threaded application to copy data from one database table to another database table. Thanks...
It would really be much simpler to use MySQL's standard features to export the data from database A to a text file, and then import it from that text file into database B. To me using JMS sounds like far too much work to produce the wrong solution.
Thank paul, I also suggested to develop the app only using java threading but they asked me, again to develop it using JMS API. I don't know what is the purpose of using JMS to this kind of app. I'll try to explain them again. Thank you again.