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