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
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
> >
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
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
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