On 7/28/06, hm <[EMAIL PROTECTED]> wrote:
Does ActiveMQ Support receiveing messages from MSMQ. If so are there any examples to do this?
Currently no - you need to use the C# MSMQ APIs to consumer messages. But it should be fairly straightforward to use the C# API for MSMQ to consume messages and to forward them to ActiveMQ via the NMS API. Incidentally we could maybe implement the NMS API using MSMQ under the covers maybe - then folks can use 1 API and work with ActiveMQ or MSMQ - and maybe we could write a bidirectional bridge in C# using the NMS API. -- James ------- http://radio.weblogs.com/0112098/
