I would like to connect by JMS to an Oracle AQ queue. When I connect to a queue of the type "aq$_jms_text_message" everything works correctly, but when I want to use my own type of queue it fails.
My use case is:
1- There are changes in a table 2- A triggerthat saves that change in a queue 3- Streamsets receives the data by JMS
Screenshots of the error:
Thx!