A brief guide about understanding different types of flows in Mule.
Baeldung Author
Orry Messer
I'm a computer scientist currently working as a data scientist. I have several years of Java development. During that time I've worked with Spring, Spring Boot, JPA, QueryDSL, Mule among other technologies. I enjoy making and listening to music, and have even been known to try get computers to make music. I'm not sure who makes better music - me or the computer.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (1)
- DevOps (1)
- Data (1)
- Cloud (1)
Managing Amazon SQS Queues in Java
Filed under Cloud
Learn how to use the Amazon Simple Queue Service (SQS) to manage message queues in Java.
Managing EC2 Instances in Java
Filed under DevOps
Learn how to control EC2 instances using the Java SDK.
AssertJ Exception Assertions
Filed under Testing
Learn how to use AssertJ for performing assertions on exceptions.