MessageQueueManager Class

From RemObjects Software

Jump to: navigation, search

This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.



Overview (.NET)

Base class for all Message Queue implementations. Message Queues are used to store messages inside a server, so that they can be sent to or retrieved by clients or other servers, at a later time.

Namespace

Declaration (C#)

public abstract class MessageQueueManager : System.ComponentModel.Component;

Hierarchy

  • System.ComponentModel.Component
    • RemObjects.SDK.Server.MessageQueueManager

Methods

Method
Description
FindMessageQueue
GetMessageQueue
MessageQueueManager Default constructor for MessageQueueManager.
QueueMessage


See Also


Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools