I am getting below error
nested exception is oracle.jms.AQjmsException: JMS-178: Invalid Queue name - test.JMS_TEST_QUEUE
When I look deeper into the oracle error message;
JMS-178 Invalid Queue name - (string)
Cause: The queue name specified is null or invalid
Action: Specify a queue name that is not null. The queue name must not be qualified with the schema name. The schema name must be specified as the value of the owner parameter
For this to work does queue must be owned by aqadm if I'm connecting using that account and the queue CAN'T be in test's schema.
Thanks for all valuable suggetions