Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc2
-
Fix Version/s: 1.0
-
Component/s: Transport: JMS
-
Labels:None
-
Environment:Hide
One can choose the 'thin' or 'oci8' jdbc driver for Oracle. Note that only the oci driver supports multiple sessions on one connection. Using the oci driver probably means setting the LD_LIBRARY_PATH environment variable and adding -Djava.library.path=... to the jvm startup script.
ShowOne can choose the 'thin' or 'oci8' jdbc driver for Oracle. Note that only the oci driver supports multiple sessions on one connection. Using the oci driver probably means setting the LD_LIBRARY_PATH environment variable and adding -Djava.library.path=... to the jvm startup script.
-
Similar Issues:None
Description
This connector will let Mule talk via the jms api to a queue in an oracle database without using jndi. We needed this feature because with oracle standard edition, one can not export a queue to a repository.
This connector can e.g. be used to send a jms message when some table has changed in the database.
The changed jmsConnector class.