Interview Questions

Are there C/C++ interfaces to WLS JMS?

BEA WebLogic Questions and Answers


(Continued from previous question...)

Are there C/C++ interfaces to WLS JMS?

No, this is not supported.
* Write your own interfaces using JNI.
* Setup a Servlet that your C/C++ client calls to generate a JMS message. You should spawn multiple threads in C++ and use multiple posts to pass messages via http.

(Continued on next question...)

Other Interview Questions