Integration

  • submit to reddit

Intra-Cluster Replication in Apache Kafka

Originally authored by Jun Rao.  Jun will present at this year's ApacheCon North America. Kafka is a distributed publish-subscribe messaging system. It...

0 replies - 2607 views - 02/07/13 by Mitch Pronschinske in Articles

MessQ: A Simple Message Queue for Socket-Based Message Enqueue/Dequeue Facility

I've spent a good amount of time setting up message-based infrastructures, so I decided to make a tool that would allow me to set up localhost friendly,...

0 replies - 1389 views - 02/07/13 by Abhishek Kumar in Articles

The Goldilocks Question and your API Analytics

When I think about API Analytics, I like to think about the "Goldilocks Question". This question is "Who's been using my APIs?". One of the tests of an API...

0 replies - 1352 views - 02/06/13 by Mark O'neill in Articles

Handling File Attachments: Handling Multipart Requests in Mule

Recently, I came across the following situation while working with Mule: I needed to handle an http post that would carry not one but N > 1 uploaded...

0 replies - 1750 views - 02/04/13 by Mariano Gonzalez in Articles

REST with Apache Camel

There are many ways to expose an HTTP endpoint in Camel: jetty, tomcat, servlet, cxfrs and restlet. Two of these components - cxfrs and restlet also support...

2 replies - 4190 views - 02/04/13 by Bilgin Ibryam in Articles

Citrus Testcase Example: CSV File Inbound -> XML HTTP Outbound

As promised I’m going to show a test case for which I have used Citrus to implement it. The case is like this: In a predefined folder on a machine a...

0 replies - 1932 views - 02/03/13 by Pascal Alma in Articles

Setup Citrus for testing Mule ESB 2

Recently, I ran into an open-source test framework called Citrus. Citrus supports you in testing message interfaces in enterprise applications. Manual testing...

0 replies - 1657 views - 02/02/13 by Pascal Alma in Articles

Modesto Scripting Language Meetup.com API Mashups

Recently the Modesto Scripting Language Meetup had another hack night. The theme of the meetup was Twilio apps and API's in general. We had presentations on...

0 replies - 1677 views - 02/01/13 by Simeon Franklin in Articles

SAML 2.0 Bearer Assertion Profile for OAuth 2.0

SAML 2.0 Bearer Assertion Profile which is built on top of OAuth 2.0 Assertion Profile defines the use of a SAML 2.0 Bearer Assertion as a means for requesting...

0 replies - 1359 views - 02/01/13 by Prabath Siriwardena in Articles

How to write a custom dispatcher for WSO2 ESB

Create a maven project and add the following dependencies to the pom.xml <?xml version="1.0" encoding="UTF-8"?> <project...

0 replies - 1095 views - 02/01/13 by Achala Chathura... in Articles

Hello Camel: Automatic File Transfer

Apache Camel is described on its main web page (and in the Camel User Guide) as "a versatile open-source integration framework based on known Enterprise...

0 replies - 2413 views - 01/31/13 by Dustin Marx in Articles

Amazon APIs in Android Apps Just Got Easier

Amazon now has a beta release for their Android Mobile App SDK Eclipse Plugin.There are about 42 Amazon APIs in APIhub and by searching for them you can get an...

0 replies - 2887 views - 01/31/13 by Mitch Pronschinske in Articles

Building an Asynchronous Communication Layer w/ XMPP, Ruby, Javascript

Although XMPP is most often used as a chat protocol, it can also provide a robust asynchronous communication channel in other application scenarios. In this...

0 replies - 1578 views - 01/31/13 by Mitch Pronschinske in Articles

ActiveMQ: JDBC Master Slave with MySQL

In this post I'll document the simple configuration needed by ActiveMQ to configure the JDBC persistence adapter and setting up MySQL as the persistent...

0 replies - 1924 views - 01/30/13 by Mitch Pronschinske in Articles

RHQ CLI Over XMPP

RHQ CLI over XMPP from Lukas Krejci on Vimeo. Based on the great demo by Rafael Chies (vimeo.com/35730049) I created a modified version of...

0 replies - 827 views - 01/30/13 by Mitch Pronschinske in Articles