Read messages from Oracle AQ with custom ADT payload
I am trying to read messages from an Oracle Queue that has custom ADT payload (not simple text messaging) using a simple spring cloud stream project. I am having difficulties doing this with spring, but I was able to do it using simple java, so the problem should not be on Oracle part.