Trying to write to an Oracle aq from camel. Messages more than 4000 bytes are failing, where as smaller messages are passing through fine.
Looks like OracleAQ jar is not properly converting the textmessage to CLOB as the size of the message is more than 4000 bytes and instead passing it as VARCHAR.
The error that i get for when trying to send messages bigger than 4000 bytes is :
oracle.jms.AQjmsException: ORA-00942: table or view does not exist
Any ideas