close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
133 views

I have a Java application that connects to Oracle Advanced Queue (AQ) and listens for various event types. The Java server and the Oracle server are on different machines but within the same data ...
Score of 1
1 answer
107 views

We have a system that successfully send messages across a normal, non-sharded Oracle Advanced Queue (AQ), but when we change to a Sharded Queue, the Java application is unable to consume the messages. ...
Score of 0
1 answer
686 views

I am using Oracle AQ with spring boot with as follows: Gradle dependency: implementation "com.oracle.database.spring:oracle-spring-boot-starter-aqjms:23.4.0" JmsConfiguration: @...
Score of 0
1 answer
231 views

I have an Oracle 19 Database in which I planned to leverage Oracle AQ for its queueing capabilities. During a flow, a message will be created. Messages can be either of "type A" or "...
Score of 2
0 answers
119 views

I was trying to read RAW type AQ message from java application. But I'm getting error. java.lang.NullPointerException: Cannot invoke "String.equalsIgnoreCase(String)" because "<...
Score of 2
0 answers
118 views

Im having a bit of difficulty in creating worker service that will continuously read a AQ… my expectation is: Open Connection Create a Queue Object Hookup the “myqueue.MessageAvaiable” event Call “...
Score of 1
1 answer
293 views

I have a spring-boot service using Oracle AQ. The service receives http-requests, enqueues request bodies as message into Oracle AQ, then dequeues it and sends to the destination services via http, so ...
Score of 0
1 answer
58 views

I have the following class that supposed to send messages to Oracle AQ defined application.yml. @ApplicationScoped public class BaseAQClient{ private static final Logger logger = LoggerFactory....
Score of 3
0 answers
502 views

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, ...
Score of 1
0 answers
190 views

I am working on a Springboot (1.5.14.RELEASE) and I upgraded that to Springboot 3.3.2. I have an oracleAQ queue and I was using XmlMessageListenerContainer (Because my payloadtype is "SYS".&...
Score of 1
1 answer
143 views

I followed this blog and tried to configure Oracle AQ with WSO2 Micro Integrator 4.2.0. There I created proxy service and inbound endpoint as explined in the blog. But I'm getting the below error. ...
Score of 0
0 answers
92 views

I'm trying to configure Oracle AQ with WSO2 Micro Integrator 4.2.0. I created oracle Queue and I was able to send and messages there. Howver when I tried to configure it with WSO2 MI and trying to ...
Score of 3
1 answer
1518 views

Note: Oracle has now released a fix for this issue. See in comments below. Overview We are getting warnings in our database logs that seem to be caused by the following statements: 1) BEGIN :1 := ...
Score of 0
0 answers
343 views

I get the following message when trying to dequeue a message in a Node.js program. I am using node-oracledb Version 5.5.0. The documentation says that this is an error for enqueueing a message. The ...
Score of 0
1 answer
1404 views

While upgrading to the latest SpringBoot versions from 2.x to 3.x, I have encountered that there is version compatibility issue for Oracle Advance queue "AQjmsFactory" with Jakarta.jms ...

15 30 50 per page
1
2 3 4 5
12