Hi Sanjeev, We have similar requirement in our app. We have JNI C++ function to call java code, java code intern talk to ActiveMQ. C++ app is multithreaded and will be calling java code using JNI C++ function.
What are the issues can come up in multithreaded environment.. Can I use same java object of JavaVM, JNIEnv, jclass, jmethodID, jobject from different threads which was initialize in my main thread Thanks in advance, Vishnu -- View this message in context: http://www.nabble.com/activemq-from-C%2B%2B-application-in-linux-and-window-tf1932905.html#a5392162 Sent from the ActiveMQ - User forum at Nabble.com.
