-
Oracle's JMS/AQ implementation and JBoss/Weblogic (5 messages)
- Posted by: J C
- Posted on: April 29 2002 16:51 EDT
Has anyone successfully integrated message driven beans running in JBoss or Weblogic with Oracle's JMS implementation that integrates with advanced queueing?Threaded Messages (5)
- Oracle's JMS/AQ implementation and JBoss/Weblogic by Viktor Szathmary on May 01 2002 21:05 EDT
- Oracle's JMS/AQ implementation and JBoss/Weblogic by R Gopi on June 26 2003 04:42 EDT
- Was it easy? by David Roussel on April 27 2005 05:30 EDT
- Oracle's JMS/AQ implementation and JBoss/Weblogic by Steven Wisener on May 03 2002 16:39 EDT
- A JBoss patch to integrate the two by Anthony Johnson on March 15 2004 15:22 EST
-
Oracle's JMS/AQ implementation and JBoss/Weblogic[ Go to top ]
- Posted by: Viktor Szathmary
- Posted on: May 01 2002 21:05 EDT
- in response to J C
no, but i'm trying to do that :)
let me know if you succeed...
-
Oracle's JMS/AQ implementation and JBoss/Weblogic[ Go to top ]
- Posted by: R Gopi
- Posted on: June 26 2003 04:42 EDT
- in response to Viktor Szathmary
Just wonder whether anybody has been succesful with triggering a weblogic mdb from oracle aq -
Was it easy?[ Go to top ]
- Posted by: David Roussel
- Posted on: April 27 2005 05:30 EDT
- in response to Viktor Szathmary
no, but i'm trying to do that :)
So did you get it to work? -
Oracle's JMS/AQ implementation and JBoss/Weblogic[ Go to top ]
- Posted by: Steven Wisener
- Posted on: May 03 2002 16:39 EDT
- in response to J C
Do you mean you're trying to send a JMS message from JBoss to Oracle? As I understand it, JMS implementations are not required to be interoperable (only to conform to the same API), so it's almost a sure bet that this cannot be done. You'll probably need to roll your own messaging using XML or some other technology.
--Steven -
A JBoss patch to integrate the two[ Go to top ]
- Posted by: Anthony Johnson
- Posted on: March 15 2004 15:22 EST
- in response to J C
http://www.mail-archive.com/jboss-development at lists dot sourceforge dot net/msg41930.html
This allows you to use AQ for MDB and general JMS stuff.