Re: NMS bridge

2007-10-01 Thread David Holroyd
On Tue, Sep 25, 2007 at 12:32:31PM +, 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. An

Re: NMS/MSMQ example code not working

2007-10-01 Thread David Holroyd
On Fri, Sep 28, 2007 at 10:39:37PM +, David Holroyd wrote: > On Wed, Sep 26, 2007 at 11:11:30PM +0000, David Holroyd wrote: > > I tried to adapt the NMS example code for MSMQ, but it seems to just > > hangs trying to get the message back from MSMQ. Under Computer > >

Re: NMS/MSMQ example code not working

2007-09-28 Thread David Holroyd
On Wed, Sep 26, 2007 at 11:11:30PM +, David Holroyd wrote: > I tried to adapt the NMS example code for MSMQ, but it seems to just > hangs trying to get the message back from MSMQ. Under Computer > Management, I can see that a public queue gets created, but I've not > seen an

NMS/MSMQ example code not working

2007-09-26 Thread David Holroyd
I tried to adapt the NMS example code for MSMQ, but it seems to just hangs trying to get the message back from MSMQ. Under Computer Management, I can see that a public queue gets created, but I've not seen any messages listed there yet. Please forgive my obvious lack of C# and MSMQ knowledge! n

NMS bridge

2007-09-25 Thread David Holroyd
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 wi