This content has been marked as final.
Show 1 reply
-
1. Re: Sending messages from c++ app over ESB
tcunning Aug 15, 2013 11:25 AM (in response to 6h05t)TW,
The major piece of ESB-centric advice I'd have is that if you can, I'd try to use JBoss AS 5.1.0.GA (vs 5.0.1). There's been a lot more JBoss ESB and HornetQ testing on that version.
The HornetQ pages seem to have a ton of links on setting up STOMP Clients (https://github.com/jmesnil/hornetq-stomp) and here's a DZone article about Last.fm using a similar architecture (http://java.dzone.com/articles/case-study-how-lastfm-uses). If you've got the helloworld quickstart working with HornetQ, it sounds like the work left is on the HornetQ C++ client - I've never written one, but there's a book out on HornetQ which might be helpful, and a quick search of the HornetQ forum suggests a lot of other people have writte C++ clients.