jms - How do I create an MDB that listens to Oracle AQ queue under JBoss AS? -


i need listen oracle aq queue in java ee application runs under jboss 5.1.

i managed create regular jms client using oracle's jms client library, since java ee application, i'd use mdb.

i can't find documentation on this, , can't find resource adapter lets me using jca.

can tell me what's required work?

this jboss community posting outlines how this. not sure exactly rar use, oracle db install contains these:

  • product\11.2.0\dbhome_1\oc4j\j2ee\home\connectors\ojms.rar
  • product\11.2.0\dbhome_1\oc4j\j2ee\home\connectors\oracleasjms\oracleasjms.rar

this stackoverflow question links extensive blog on topic well.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -