home / Queue

Category: Queue

HOW TO: Enqueue a JMS_TEXT_MESSAGE from java to Oracle database Queue

  In this example, I've quickly highlighted the JMS (Java Message Service) components with a simple POJO (Plain Old Java Object) for an asynchronous oracle database queue as well as constructing a JMS_TEXT_MESSAGE to the queue.

HOW TO: Create a Oracle AQ Topic JMS message for java delivery

  The steps to create a AQ Topic for a JMS text message. These are the pre-requisites in preparation to the following blog, HOW TO: Enqueue a JMS_TEXT_MESSAGE from java to Oracle database Queue

Comments