Thank you visitors!
- 1,356,049 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please come again!
Top Posts
- Deploying WebLogic applications with Maven
- Process Instance List and Detail added to Worklist
- Installing Oracle REST Data Services (standalone)
- Running Oracle Autonomous Database in a container
- Visualising Garbage Collection in the JVM
- Using Reflection to Help LLMs Write Better SQL
- End-to-end installation of WebCenter and BPM 11g (64-bit)
- Configuring Maven to run your Java application
- Worklist
- Building OSB projects with Maven and removing the eclipse dependency
-
Copyright 2009-2025 Mark Nelson and other contributors. All Rights Reserved. The views expressed in this blog are our own and do not necessarily reflect the views of Oracle Corporation. All content is provided on an ‘as is’ basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the appropriateness of using or redistributing and assume any risks.
Subscribe
Our other publications
Building a Custom BPM Worklist, Oracle InSync 2011 User Group presentation
Performance Tuning for Oracle Business Process Management Suite 10g, Oracle Whitepaper, July 2011
Performance Tuning for Oracle Business Process Management Suite 11g, Oracle Whitepaper, February 2013
Oracle BPM Suite 11g: Advanced BPMN Topics, Packt Publishing, September 2012
Fusion Middleware 12.1.2: Developing Applications with Continuous Integration
Fusion Middleware 12.1.3: Developing Applications with Continuous Integration
Tag Archives: txeventq
How to read the content of a JMS message using PL/SQL
This is just a short post – but all the details are in this post from Rob Van Wijk. Today I wanted to read the contents of a JMS Text Message sitting in a queue. I wrote a Spring Boot … Continue reading
New 23c version of Kafka-compatible Java APIs for Transactional Event Queues published
We just published the new 23c version of the Kafka-compatible Java APIs for Transactional Event Queues in Maven Central, and I wanted to show you how to use them! If you are not familiar with these APIs – they basically … Continue reading
Implementing the Transactional Outbox pattern using Transactional Event Queues and JMS
Hi, in this post I want to provide an example of how to implement the Transactional Outbox pattern using Transactional Event Queues and JMS with the new Oracle Database 23c Free – Developer Release I mentioned in my last post. … Continue reading
Oracle REST Data Services 22.3 brings new REST APIs for Transactional Event Queueing
Oracle REST Data Services 22.3 was released a couple of weeks ago, and it is now available on Oracle Autonomous Database as well! This release has a slew of new REST APIs for Oracle Transactional Event Queueing (or TxEventQ). If … Continue reading
