I have Jboss 3.2.5 cluster (2 serves on Redhat linux) with HA-JMS setup. Also we have
a simple POJO queue receiver for consuming messages from queue using HA-JNDI.
Everything works fine when 2 servers in the cluster are running. When one server is
down, queue receiver client stops consuming
no I am not able to get OCI drviers working on linux box. Winxp box is working fine
with ouy any issues.
I think there is some extra configuration required on linux box. If any body using
Oracle OCI drivers for datasource on linux (redhat 9.0), post the config details.
Thanks
View the origin
Yes I have oracle jdbc drivers (ojdbc14_g.jar) in server/all/lib folder. If I use
thin driver everything is fine, but I want to use OCI drivers. I added path
($ORACLE_HOME/lib) where ocijdbc9.so file in LD_LIBRARY_PATH. I wanted to find out
what are configuration is required to get OCI driver
Hi:
I am not able to configure datasource with Oracle OCI drivers in Jboss 3.2.5 server
running in Redhat Linux 9 environemnt. I installed Oracle client software and able to
use sqlplus to server. Also set LD_LIBRARY_PATH to
$ORACLE_HOME/rdbms/lib:$ORACLE_HOME/jdbc/lib
in jboss startup script
Hi:
We have a JMS client sending JMS meesages to a Topic. Messages were sent from client
every 5 mins. Once in a while nwtwork will be doen between JMS client and server
machines. We want to store the JMS messages on the client machine when the nwtwork
was down and send them to server once t
Hi:
We have a JMS client sending messages to Jboss hosted JMS Topic. Client is sending a
message every 5 mins. Once in a while there will be network outage between JMS client
machine and server. I want to store all the messages on the client side when network
outage exists and send the messa