0 Replies Latest reply on Oct 22, 2009 10:21 AM by nobody102

    Jboss JMS Question.

      Newbie Question. We have a requirement to interface to a JBoss 4.3 JMS queue from an Oracle 9i database.
      Initial idea was to write a Java stored proc in Oracle to invoke the JMS API. However, the JVM in Oracle 9i is 1.3.1. I am assuming that to write a JMS client to talk to Jboss 4.3, we need to reference the JBoss 4.3 JMS provider libraries. They only work with JVM 1.5.
      Any suggestions?