Gregg
These two threads seem to point at the exact issue that we are seeing:
http://forums.oracle.com/forums/thread.jspa?messageID=2156176
and
http://forums.oracle.com/forums/thread.jspa?messageID=2209776
The last comment on this points to Oracle 10.2.0.3 to overcome this? Is
there any possibility for you to use this driver on the Synapse/Client side?
Ashanka,
The Synapse code uses the setMessageListener method to create a listener
for the Queue, right?
Yes, Check
http://svn.apache.org/viewvc/synapse/trunk/java/modules/transports/src/main/java/org/apache/synapse/transport/jms/JMSConnectionFactory.java?view=markup
and method startListeningOnDestination()
Note that in general, we are keeping compatibility with JMS 1.0.x (i.e.
the previously discussed cast to a QueueConnectionFactory etc) as there
are users who has this in production with old JMS systems
asankha