Developing Event-Driven Microservices in Java, JavaScript, Python, .NET, and Go
This is the second in a series of blogs on data-driven microservices design mechanisms and transaction patterns with the Oracle converged database. The first blog illustrated how to connect to an Oracle database in Java, JavaScript, Python, .NET, and Go as succinctly as possible. The goal of this second blog is to use that connection to receive and send messages with Oracle AQ (Advanced Queueing) queues and topics and conduct an update and read from the database using all of these same languages and in doing so demonstrate microservices patterns such as transactional outbox pattern.
Please see here for details.