Oracle connection pool and access MQ from Oracle DB
I have existing application that use Oracle connection pool and also access IBM MQ. Does Oracle connection pool still works under Oracle DB environment?
And to access MQ, we did use pure JMS access. Instead, use MQ Java API. I guest that use JNI (which means, for example, under Windows environment, certain DLL has to be in the path). Does anyone have experience with MQ in Oracle DB? Please advise how we set up all these environment parameters, etc.
Thanks.