• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How to connect to AQ using OEMS Resource Adapters with Database Persistence

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am new to JMS and really need some help. Actually I am trying to use Oracle Eterprise Messaging System with Database Persistence (Adaaced Queuing [AQ]). I am able to configure the Queues in the Database and also created Resource Adapater on the Oracle App Server 10.1.3.1. Now how do I connect to and send a message to that queue from my standalone java client. I can directly put a messagein Database AQ through but need to Enqueue using te Resource Adapter. I am not using any MDB's as the java client queue messages from any where but don't know what provider url and other information do I need in my java. Any small sample will really help.

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic