You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by David Holroyd <da...@badgers-in-foil.co.uk> on 2007/09/25 14:32:31 UTC

NMS bridge

Hi all!

I want to connect some Java apps and a nearby MSMQ instance.  In the
past we put in place a solution using the Level-8 'Geneva Message Queue
Connector', which provided a (slightly hairy) Java client.

I'd like to put something in place using the amq.net stuff to provide
interoperability with greater reliability.  (Also, you can't actually
get the GMQ Java client any more, as far as I know.)

So, I'm starting to learn C#, and am attempting to prototype some
generic NMS bridging code that I can use to connect ActiveMQ and MSMQ
implementations.


Has anyone already got working code they can share, to save me some
time?  ;)



thanks!
dave

-- 
http://david.holroyd.me.uk/

Re: NMS bridge

Posted by David Holroyd <da...@badgers-in-foil.co.uk>.
On Tue, Sep 25, 2007 at 12:32:31PM +0000, David Holroyd wrote:
> So, I'm starting to learn C#, and am attempting to prototype some
> generic NMS bridging code that I can use to connect ActiveMQ and MSMQ
> implementations.

So, attached are some vaguely bridge-flavoured bits.

Any comments?

I suspect it should be doing its own threading, for instance?


-- 
http://david.holroyd.me.uk/