Put a message from PL/SQL to a JMS Queue running OpenJMS Server

578 views Asked by At

I want to put a message out of PL/SQL directly into a running Queue, which runs on the OpenJMS Server.

Is this possible?

I've read the Oracle Advanced Queue section, but I don't really get it. Could you add some code samples or snippets?

Thank you very much!

Regards, flo

1

There are 1 answers

0
Florian Müller On BEST ANSWER

Write an HTTP interface which does the job.