Archive for September, 2011

Oracle Service Bus, processing Java Object Messages with JMS transport

A few releases back Oracle enhanced to JMS transport to be able to handle Java Objects in queues and topic. The JMS transport now has the option to either receive Java Objects in the OSB processes by retrieving them from a topic or queue, or storing the plain Java Objects. First we need to create a new queue in Weblogic, in my case QueueuIn. 1. Create the java entity object Create the next entity object [sourcecode language="xml"] package nl.xenta.entities; import...