oracle aq

Oracle Service Bus, publish small/big messages to Oracle AQ endpoint

The weird thing was for certain responses i couldn't find the payload back when i queried the aq table in the database. [sourcecode language='sql'] select qt.user_data.text_vc , qt.user_data.text_lob from my_aq_table qt [/sourcecode] The process just completed succesfull in osb, but the payload wasn't there (well it looked like it wasn't there). When publishing big payloads to an Oracle AQ endpoint, Oracle (db) will decide weither the payload will get stored either as...