enterprise-integration

Communicating between PHP and Java using ActiveMQ/Stomp

Background I have two services that need to communicate with each other over a message queue. One is a legacy service written in PHP and the other is in Java. Sooner than later, the PHP service will be rewritten in Java. The current way they communicate with each other is to write to a shared database, which the other service polls. Thi...

Apache Camel: Keeping routing information completely independent of the Java Code

First of all thanks to folks who are currently involved in the development of Camel, I am grateful for all the hard work they have put in. I am looking for some design advice. The architecture is something like this: I have a bunch of Java classes which when instantiated are required to connect to each other and send messages using Ap...