NMS « activemq « Java Enterprise Q&A





1. ActiveMQ + NMS can't receive messages    stackoverflow.com

I'm trying to consume messages on an ActiveMQ topic from a C# application. I'm using the 1.3 .net release, and I don't receive any messages. I have existing code that uses ...

2. ReceiveNoWait doesn't work with Apache.NMS & ActiveMQ    stackoverflow.com

I met problem when use ReceiveNoWait with Apache.NMS & ActiveMQ, really simple scenarios:

private static void Send(string text)
{
    var factory = new ConnectionFactory("tcp://localhost:61616/");
    using (var connection ...

3. How can I programatically flush an ActiveMQ queue using the Apache.NMS API?    stackoverflow.com

I need the ability to flush a queue programatically using Apache.NMS (C#). I've been looking through the NMS API, but see no such capability. Does it exist?

4. Transferring large files with Apache NMS    stackoverflow.com

What is currently considered state-of-art, so to speak, when transferring large files over Apache NMS (using ActiveMQ)? Putting the whole content into a StreamMessage? However, I've seen the naming here is ...

5. ICollectionPtr COM    stackoverflow.com

I have an issue that ive been batteling with for a day or so now and im wondering if anyone might be able to help: Im am trying to use the ActiveMQ-NMS ...

6. How do I set the prefetch limit for NMS listener container    stackoverflow.com

Other than on the connection URL, how do I set the prefetch limit in spring config. I can't find any doc on any of the properties and the param on the ...