How do I integrate ActiveMQ with a HornetQ ESB (or access the HornetQ directly from C#)?
- by natonic
I've got an ActiveMQ ESB that I am using between several C# assemblies across a couple different systems. I need to start receiving notifications being sent out by a new system from it's HornetQ ESB. As far as I can tell the HornetQ is pre-2.0.0GA.
I'd like to just use Camel to set up routing between the HornetQ ESB and my ActiveMQ ESB, but so far…