home / JMS

Category: JMS

HOW TO: connect eclipse to external weblogic server 11g

  The configurations required to connect eclipse to external weblogic server 11g on a VM

java.sql.SQLException: ORA-24033: no recipients for message

  You've probably got to the point of adding the message properties and assigning the AQ agent by creating an oracle.jdbc.aq.AQAgent

oracle.xdb.XMLType cannot be resolved. It is indirectly referenced from required .class files

  I experienced this issue when trying to place a string array, as a byte array, as an AQ payload

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.

Understanding JMS Queues and JMS Topics

  Java Message Service (JMS) is quite simply a standard in which people typically follow to exchange messages between one another. There's a few interfaces that's available within the J2EE platform that allows you to follow the particular standard. If done right, you can set these JMS interfaces that provides a JMS client (definition of a 'JMS client' below) the ability to create, send, receive, and read the messages.

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

JMS-137: Payload factory must be specified for destinations with ADT payloads

  JMS-137: Payload factory must be specified for destinations with ADT payloads

Comments