How do I integrate ActiveMQ with a HornetQ ESB (or access the HornetQ directly from C#)?
Posted
by natonic
on Stack Overflow
See other posts from Stack Overflow
or by natonic
Published on 2010-05-05T15:10:34Z
Indexed on
2010/05/14
7:34 UTC
Read the original article
Hit count: 318
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 we haven't been able to get even that far. I'm not sure how much flexibility I've got to change the HornetQ configuration (say to add support for StompConnect or something like that).
Does anyone of a viable option for getting access to the HornetQ ESB through ActiveMQ (or directly from C# if necessary)?
© Stack Overflow or respective owner