Search code examples
plsqljmsadvanced-queuingopenjms

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


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


Solution

  • Write an HTTP interface which does the job.