Enterprise Integration Zone is brought to you in partnership with:

Latest News

  • submit to reddit
Mitch Pronschinske01/25/13
1312 views
0 replies

FTP Server & MSMQ Integration

This demo shows how Serv-U Platinum writes out FTP server events (e.g., file uploaded) to MSMQ, and then uses a short C# application (source visible) to watch the queue, parse the FTP server messages, and download the related files using .NET's built-in FTP client.

Mitch Pronschinske01/24/13
2562 views
0 replies

Build Reliable, Traceable, Distributed Systems with ZeroMQ

Learn how to build simple yet powerful RPC code with ZeroMQ, with very few (if any!) modification to existing code. You'll see how to build fan-in and fan-out topologies with ZeroMQ special socket types to implement PUB/SUB patterns

Mitch Pronschinske01/23/13
25383 views
7 replies

Streaming APIs: JSON vs XML and REST is King

Streaming APIs are becoming more popular because of the low latency they provide. What are the common protocols and data formats of these APIs? To find out I did a simple search on APIhub, the largest repository I found for streaming APIs. Here were the results of the 104 APIs that came up…

Mitch Pronschinske01/22/13
791 views
1 replies

Fast Integration With Legacy Systems Using Mule ESB

One of the biggest advantages of Mule ESB is its simplicity for integrating legacy systems. The great thing is that the Enterprise Integration patterns employed by Mule work efficiently on commodity hardware, virtual machines and even developers' laptops.

Mitch Pronschinske01/18/13
1863 views
1 replies

Intro To Apache Qpid Proton

This is a quick introduction to Proton, which provides libraries for speaking AMQP. It's part of the Apache Qpid project.

Mitch Pronschinske01/18/13
923 views
1 replies

Introducing Advanced Message Queuing Protocol (AMQP) 1.0

AMQP is the ideal protocol for passing business critical, real-time data across and between organizations and virtual cloud computing transactions environments in a secure manner.

Mitch Pronschinske01/17/13
13743 views
12 replies

Spring 4.0 Looking to JEE 7 and Java 8. Will They Keep Their Edge?

Today we learned that Spring is making a major step in the next iteration of their core framework. SpringSource expects to reach the first milestone for 4.0 in April, with the GA scheduled for the end of the year.

Mitch Pronschinske01/17/13
1563 views
0 replies

RabbitMQ Performance Breakdown

If you are shopping for a new messaging queue and looking at RabbitMQ, or if you're just looking for ways to improve your existing RabbitMQ use case, there are 2 articles you really need to look at.

Mitch Pronschinske01/16/13
4908 views
0 replies

VMware's RabbitMQ vs. LinkedIn's Kafka

IT consultant Stuart Charlton had a rich analysis on these two technologies from VMware (RabbitMQ) and LinkedIn (Kafka). It suggest when you should use Kafka, when you should use RabbitMQ, what both are good at, and what neither are good at.

Mitch Pronschinske01/16/13
647 views
0 replies

Apache Isis Quickstart Archetype

Continuing with our intro to the newly anointed top-level project, Apache Isis, we now take a look at how to get started with Apache Isis running the Maven quickstart archetype. With it, you'll be able to generate your first Apache Isis application

Mitch Pronschinske01/16/13
1066 views
0 replies

Apache Camel Monitoring: Jamod Loopback and Logging Demo

This screencast demonstrates the use of the Jamod component for Apache Camel for monitoring the status of Modbus devices. It also demonstrates how quick and easy it is to provide loopback functionality to a Modbus device without making wiring changes.

Mitch Pronschinske01/15/13
5674 views
0 replies

Graph Search: A Sign of Things to Come

It seems like we've been speculating for such a long time that Facebook would release its own smartphone. And while we're still waiting to see that after years of rumors, today it's a surprise to many that Mark Zuckerberg called a press conference today and introduced Graph Search.

Mitch Pronschinske01/15/13
1874 views
0 replies

Isis: Domain-Driven Apps in Java

In October, Apache Isis became a top-level project after 2 years in the incubator. Isis is an interesting project. It's a Java framework for developing domain-driven and RESTful applications using the Naked Objects pattern.

Mitch Pronschinske01/14/13
1213 views
0 replies

RabbitMQ: Turn it Up to 11

Pushing RabbitMQ's scaling limits at myYearbook.com has provided good insight in how to scale RabbitMQ clusters while avoiding RabbitMQ's common pitfalls.

Mitch Pronschinske01/11/13
8251 views
0 replies

Curated List of The Best and Worst Practices of APIs

I've gathered together a substantial list of useful resources for the best and worst practices when it comes to building an API. Hope you find this curated list very bookmarkable!