is it possible to store a large amount of messages in bulk? I want to send them sync, persistent, but to get speed very much at one time.
I have an application running ok sending messages to activemq. I\'m using spring.net and Nmstemplate to connect to broker.
We\'re evaluating Zenoss and are interested in Device Access Control. We would like to set up the system so that our customers could access Zenoss and only see their devices and status. This feature a
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:
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
I\'m attempting to use the new delayed delivery functionality from NMS. The schedulerSupport attribute has been set in the config file, and I\'m using the following code to attempt to delay delivery
I need the ability to purge a queue pro开发者_C百科gramatically using Apache.NMS (C#). I\'ve been looking through the NMS API, but see no such capability. Does it exist?There isn\'t a direct way to fl
Background I\'m using Apache\'s NMS library to talk with ActiveMq. Every sent message is time stamped by the producer, I\'m looking at message latency by subtracting the timestamp from DateTime.UtcNow
I have a Server Application written in C# .NET and running on Windows XP SP3. I am using asynchronous sockets programming for handling around 500 clients.
I\'m using Apache.NMS 1.4. I need to be able to programmatically set the maximum number of times a message can be delivered before开发者_如何转开发 being placed in the DLQ (Dead Letter Queue). Is ther