December 20th, 2011 |
by akoelewijn |
published in
java, oss, soa
When I tried to use the following example by David Dossot mule-agent-based-sync-http-request-handling my jms endpoint times out. In the log i can see that the response message is created, but the outbound endpoint never receives it. After some googling i found the following blog post by Claude Mamo: ReplyTo in a Mule flow. Adding the [...]
March 30th, 2009 |
by akoelewijn |
published in
soa
Small tip if you are using synchronous endpoints in MULE: last week I was trying to create a webservice proxy in MULE, but couldn’t get it to work. When calling the webservice endpoint as provided by MULE, no result would be displayed. Turns out, unlike specified on the Mule Messaging Style page, even for the [...]
March 11th, 2009 |
by akoelewijn |
published in
java, oss, soa
I’m still playing around with groovy scripting. It’s an excellent way to quickly prototype some ESB scenarios. Last week i blogged about using groovy to write files to a gtalk account using Apache Camel, the example below shows you how to start an ActiveMQ broker, which persists messages to a PostgreSQL database. An Apache Camel [...]
February 28th, 2009 |
by akoelewijn |
published in
soa
Groovy 1.6 makes it really easy to quickly try out new frameworks. Dependency management build into the language allows you to write simple scripts, all required libraries will be downloaded automatically when you run it. Here’s an example using Apache Camel. This script can simply be run from the command prompt. Groovy will compile it, [...]
November 11th, 2008 |
by akoelewijn |
published in
open standards, soa
OSGi could mean a big boost for middleware innovation.Current application servers all try to be as complete as possible, so they rank high in industry analyst’ charts, like the one you see here. Being up there in the right top corner is what it’s all about. So they all include everything and the kitchen sink, [...]