[PJUG Javamail] Do you know somebody that has used Oracle AQ as a JMS broker?
Scott Willson
scott at butlerpress.com
Tue Aug 4 22:37:58 EDT 2009
On Aug 4, 2009, at 9:38 AM, Merlyn Albery-Speyer wrote:
> I'm having a lot of difficulty finding anything to suggest that anyone
> is using Oracle AQ outside of PL/SQL. I'm looking for documentation
> that can help me work out how to use jencks to manage my JMS
> connection factory (as I'm outside of container). I'd love to speak to
> someone who's worked with Oracle AQ from Java.
Not sure about jenks, but I have used Java to talk to Oracle AQ.
That was 5+ years ago, but my general recollection was that it worked
very well once we figured it out. It was frustrating though: the docs
were scattered, referred to different versions, and had mediocre
example code. There were almost too many options and APIs, and it took
us a while to understand the sub-set that we needed.
IIRC, we used oracle.jms.AQjms* libs, and the standard JMS interfaces
like Queue, QueuConnection, QueueReceiver, QueueSender, etc.
Scott
More information about the Javamail
mailing list