Dear Expert,
I'm using JDeveloper 12.1.3.0.0 version
I want to pass the data in the database table(MySql) to ActiveMQ server by using JMS functionality.
I wrote a two classes to send object to queue and receiving the same object from the queue successfully.
Now I want to pass Entity object which is base on required DB table, to send to the queue and read from it again.
Please, guide me.
Thank you
Charith