On 3/28/07, lprefontaine <[EMAIL PROTECTED]> wrote:

We want to send messages within java triggers running in oracle 8i.
The oracle jvm is 1.2.1 compatible in 8i it's not the Sun JVM).

Does someone have an idea if an older ActiveMQ version exists that could be
uses to  send messages to
an ActiveMQ 4 queue ?

We would load jar files and other dependencies in oracle (loadjava).

Has anyone attempted this ? With another oracle version  ?

I'm not sure if we've a version of ActiveMQ which works on 1.2.1; I'm
thinking it might be easiest to write a little lightweight Stomp
client which has minimal dependencies (and doesn't need anything from
1.4 or 1.5). As all that is really required is to be able to read and
write to a socket; maybe even oracle PL/SQL could be used?

http://stomp.codehaus.org/Protocol
--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to