0 Replies Latest reply on Oct 10, 2011 9:25 AM by krzych_pl

    JBoss 5.1 with Oracle AQ as a JMS

    krzych_pl

      Hi all

       

      I need to set up JBoss AS 5.1 with Oracle AQ as a JMS. As a result I would like to have ability to:

      - send messages to queues from my ejb's

      - execute mdb's by messages on queues (I don't want to specify queue provider for every ejb, I just want to replace default JBoss Messaging with Oracle AQ)

       

      I'm not very good in terms of configuring JBoss so I have to base on current configuration and examples. I've been trying to set this up for couple days. I've tried to use genericra (last exception I've got is "javax.jms.JMSException: Conncetion.setExceptionListener() cannot be called on non-ACC clients")

      . I've created tx-connection-factory to Oracle AQ. I'm able to send messages to queue but I can't force server to execute mdb's by messages. I've seen many websites but most of them are connected with combining OracleAQ with WebLogic. And I really don't know what I'm doing wrong.

       

      My request is: can anyone prepare some example or detailed guide about how to set up JBoss with OracleAQ? Maybe there is such thing somewhere in the web (I've visited many many sites and haven't found solution). Thanks in advance

       

      KG