Tag Cloud
- ActiveMQ
- Artifactory
- AWS
- AWS Beanstalk
- AWS DynamoDB
- AWS EMR
- AWS Glacier
- AWS IAM
- AWS RDS
- AWS Route 53
- AWS S3
- AWS SDK Java
- AWS SQS
- AWS VPC
- Axis2
- blockchain
- Boxfuse
- BPEL
- BPMN
- Citrus
- Cloud
- CloudCheckr
- Continuous Build
- Continuous Delivery
- CruiseControl
- CXF
- DataMining
- Docker
- EJB3
- ethereum
- Git
- GitLab
- GlassFish
- Hadoop
- Hibernate
- IntelliJ IDEA
- iOS
- Jasper Reports
- JAX-WS
- JAXB
- JBoss AS
- Jenkins
- JMS
- Linux
- MapForce
- MapReduce
- maven
- MongoDB
- Mule
- Mule ESB
- Mule iON
- Netbeans
- Nexus
- OpenEJB
- Oracle BPEL
- Oracle iAS
- Oracle WSM
- Oracle XE
- Quartz
- Red Hat
- REST
- Security
- Smooks
- SOA/Web Services
- SoapUI
- Spring Boot
- Spring Framework
- Spring Integration
- Spring WS
- Swift
- TOGAF9
- Tomcat
- WSO2 ESB
- XCode
- XML/XSD/XSLT
Archives
Categories
Top Posts & Pages
- Using a WAR module as dependency in Maven
- Transforming XML to CSV via XSLT
- Running the Maven Release Plugin with Jenkins
- Compiling Jasper Reports with Maven2
- Run your Spring Boot application on AWS using Elastic Beanstalk
- Cloning a JAXB object
- Using AWS Java SDK with AWS DynamoDB
- 'Error import WSDL' in SoapUI
- Use Spring and Hibernate with MongoDB
- Get a Certificate from AWS Certificate Manager
About me
Pascal Alma
Pascal is a senior IT consultant and has been working in IT since 1997. He is monitoring the latest development in new technologies (Mobile, Cloud, Big Data) closely and particularly interested in Java open source tool stacks, cloud related technologies like AWS and mobile development like building iOS apps with Swift. Specialties: Java/JEE/Spring Amazon AWS API/REST Big Data Continuous Delivery Swift/iOS
Personal Links
Category Archives: Mule2
Setup Citrus for testing Mule ESB
Recently, I ran into an open-source test framework called Citrus. Citrus supports you in testing message interfaces in enterprise applications. Manual testing effort as well as coding mocks and simulators are not necessary. Instead Citrus enables integration testing in an … Continue reading
Using parameters with XSLT in Mule
Recently I got into a situation where I had to put ‘metadata’ values (which were part of the Mule Message) into the XML result of an XSLT transformer. Let me explain the situation with an example. Imagine you have an … Continue reading
Posted in General, MapForce, Mule2, XML/ XSD/ XSLT
Tagged MapForce, Mule, XML/XSD/XSLT
Comments Off on Using parameters with XSLT in Mule
Unit Test Mule with ActiveMQ defined as datasource
In a previous post I described how you can configure an ActiveMQ connection-factory as datasource in Tomcat. Although this works great in a deployed Mule application you can’t use this technique in your unit tests! So in this post I … Continue reading
Combining ActiveMQ, Tomcat and Mule ESB
This post describes how we managed to use standalone ActiveMQ (v5.2.0) as JNDI datasource in our Mule ESB application deployed in Apache Tomcat(v6.0). If you are still with me after reading this first line then I may assume you know … Continue reading
Posted in Mule2, Spring Framework
Tagged ActiveMQ, Mule, Tomcat
Comments Off on Combining ActiveMQ, Tomcat and Mule ESB
Using Saddle when riding the Mule ESB
In this post I give my first impressions about Saddle. It has great potential to become an important add-on for everyone using Mule ESB. Continue reading
Using Mule EE Retry Policies
At a project for one of our customers we migrated from Mule CE to Mule EE edition (version 2.2.7). The customer had various good reasons to do this and it offered us new functionalities in Mule ESB to use. One … Continue reading
Aggregating messages from different sources with Mule (part 2)
This post continues the use case I explained here. The part left to explain was the ‘custom-correlation-aggregator-router‘. Let us start with the source code of this routing component.
Aggregating messages from different sources with Mule (part I)
While implementing an integration platform with Mule at a client we run into a lot of different use cases. The use case in this example was the following: Messages from 2 different source systems had to be combined and offered … Continue reading
About Mule, content-based routing and namespaces
Some of our Mule ESB applications make use of content-based routing when processing a message. To implement this in Mule we use a filtering-router with a jaxen-filter. The most simple example looks like this: You can also use a XPath … Continue reading
Posted in Mule2, XML/ XSD/ XSLT
Tagged Mule, XML/XSD/XSLT
Comments Off on About Mule, content-based routing and namespaces
Mule ESB: First impression
I am busy setting up an integration platform for a customer and I want to see what role Mule can play here. Based on the documentation it could be an important role but that is just the documentation. Of course … Continue reading