Enterprise Integration Zone is brought to you in partnership with:

Latest News

  • submit to reddit
Mitch Pronschinske01/31/13
1492 views
0 replies

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.

Mitch Pronschinske01/31/13
3153 views
0 replies

DZone Links You Don't Want To Miss (1/31/13)

Some people are surprised by the Java 7 update and its "silent" removal of Java 6. Plus Bob Martin responds to Ted Neward's posts about software craftsman elitism. Rounding out the humor section, we have a graph correlating Internet Explorer Market Share vs Murder Rates.

Mitch Pronschinske01/30/13
1746 views
0 replies

ActiveMQ: JDBC Master Slave with MySQL

It is fairly simple and straight forward to configure a robust highly-available messaging system using ActiveMQ with database persistence. Here's how you do it...

Mitch Pronschinske01/30/13
5009 views
0 replies

DZone Links You Don't Want To Miss (1/30/13)

Neal Ford thinks functional programming is coming to all mainstream languages and he has a tutorial to prepare Java folks. Also, key leaders at 10gen and PuppetLabs sound off on their respective niches - NoSQL and DevOps.

Mitch Pronschinske01/30/13
774 views
0 replies

RHQ CLI Over XMPP

You can do the same things over XMPP that you can do from the interactive CLI session in RHQ. See how in this quick video.

Mitch Pronschinske01/29/13
3306 views
0 replies

DZone Links You Don't Want To Miss (1/29/13)

A Rails vulnerability gets patch, the community begins voting for the name of the next Eclipse release, and the Ouya Android gaming console is out in the wild.

Mitch Pronschinske01/28/13
3798 views
0 replies

DZone Links You Don't Want to Miss! (1/28/13)

Stack Overflow stats on language popularity and the job market, Groovy reached 2.1, Apple did the right thing, and US immigration law could be improving. All of these stories plus 5 Tips to Optimize SSL, interactive Knockout.js tutorials, and 'the funnies'.

Mitch Pronschinske01/28/13
1817 views
0 replies

Getting Started with MQTT, Part 2

Part 2 of this helpful MQTT Tutorial. MQTT is a connectivity protocol designed for M2M. It is an extremely lightweight publish/subscribe messaging transport. Hear the Eclipse Foundation experts explain what you can use it for.

Mitch Pronschinske01/27/13
3595 views
0 replies

Java Messaging Service (JMS) Point to Point w/ JBoss Tutorial

Learn how to create a JBoss server in Eclipse, setup a JMS Queue, and do the various tasks needed to set up a point-to-point model. Learn how it is different from the pub/sub model.

Mitch Pronschinske01/27/13
2730 views
0 replies

Getting Started with MQTT

MQTT is a connectivity protocol designed for M2M. It is an extremely lightweight publish/subscribe messaging transport. Hear the Eclipse Foundation experts explain what you can use it for.

Mitch Pronschinske01/26/13
1736 views
0 replies

MQTT on iPhone

This MQTT-UIF hybrid application is running on iOS 5.1, connecting to an MQTT server of MQ and Message Broker back-end integration in the UK. Uses Eclipse Paho open source MQTT client.

Mitch Pronschinske01/26/13
1709 views
0 replies

Understanding Oracle SOA - Part 1

This is a very well explained video about SOA basics. A little history plus some practical knowledge.

Mitch Pronschinske01/25/13
13692 views
0 replies

Controlling a House 50 Miles Away With MQTT and Raspberry Pi

In this short video, Simon Maple and Andy Stanford-Clark show the new WebSphere Liberty Profile interfacing with Really Small Message Broker (RSMB) via an MQTT client (eclipse Paho). This results in MQ messages being sent to control devices 50 miles away on the Isle of Wight!

Mitch Pronschinske01/25/13
6264 views
1 replies

DZone Links You Don't Want To Miss (1/25/13)

Not a great day for Open Source, and some more Maven dumping, but cheer up! There's a new version of Jersey out and a new version of MySQL coming! Plus the best 404 page ever.

Mitch Pronschinske01/25/13
1305 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.