Connect to Oracle OTP (forever free) service with JMS
Summary
JMS Dequeue throws ORA-24444: TTC RPC (OAQDQ)Content
Hi
Testing following configuration:
On ATP (forever free database) is created Oracle Queue (message type SYS.AQ$_JMS_TEXT_MESSAGE).
- I connect externally to database with JDBC (latest drivers) and listen to JMS.
- Then I do enque message in server (with DBMS_AQ) JMS attempts to deque message and fails with:
ERROR {org.wso2.carbon.inbound.endpoint.protocol.jms.JMSPollingConsumer} -
Error while receiving JMS message
for ATPJAMSListener {org.wso2.carbon.inbound.endpoint.protocol.jms.JMSPollingConsumer}
oracle.jms.AQjmsException: JMS-120: Dequeue failed
.... [lots of lines]
Caused by: java.sql.SQLException: ORA-24444: TTC RPC (OAQDQ)
Tagged:
0