Open danielkec opened 3 years ago
So far we do support AQ Queues with JMS compatible types:
SYS.AQ$_JMS_TEXT_MESSAGE
SYS.AQ$_JMS_MAP_MESSAGE
SYS.AQ$_JMS_OBJECT_MESSAGE
SYS.AQ$_JMS_BYTES_MESSAGE
But outside JMS scope, we should support also ADT user types and XmlType:
SYS.XMLTYPE
https://github.com/oleksiivorobiov/oracle_oci_examples/blob/master/aqjmsdemo10.java#L180
So far we do support AQ Queues with JMS compatible types:
SYS.AQ$_JMS_TEXT_MESSAGE
SYS.AQ$_JMS_MAP_MESSAGE
SYS.AQ$_JMS_OBJECT_MESSAGE
SYS.AQ$_JMS_BYTES_MESSAGE
But outside JMS scope, we should support also ADT user types and XmlType:
SYS.XMLTYPE