Chris Donnan : Programming - Brooklyn Style
software, trading, family, fun
Posted C++, c#, java on Wednesday, August 2nd, 2006.
Apache ActiveMQ
is a fast open source JMS 1.1
Message Fabric which supports clustering, peer networks, discovery, TCP, SSL, multicast, persistence, XA and integrates seamlessly into J2EE 1.4 containers, light weight containers and any Java Virtual Machine together with having a host of Cross Language Clients. ActiveMQ is released under the Apache
2.0 LicenseÂ
I have been playing on and off with Apache’s ActiveMQ open source message queue project. It was really easy to get the server configured and running. I am impressed by the cross language access - as a ‘real’ message queue product should/ would support. So far - the java connections were easy as pie. I have been able to download and build the C#/ .net client implementation of their ‘open wire’ format. My 1st crack at getting the unit tests running were unsuccesful so far, but I believe this is because I am running the server instance on a linux machine and the C# stuff is running on a windows box. I have been unsuccesful in reconfiguring their test suite it would seem… so far
We shall see how this progresses -Â another hour or so and I bet it will work nicely. Hopefully I will be able to get a server instance up and running, send messages to and from using C++, C# and Java. Then I will have met my goal with this project.
You can see examples of connecting with C++ here
C# here
Java here
Theoretically in Ruby via Stomp , Python via stomp
I say that is not too bad - providing it works nicely
-Chris
Comment on this post below
You must be logged in to post a comment.
You can leave a response, or trackback from your own site.















