Free Trial *Internet Service Required
1 out of 1 rated this helpful - Rate this topic

Microsoft.ServiceBus.Messaging Namespace

The N:Microsoft.ServiceBus.Messaging namespace provides a reliable message queuing and a durable publish/subscribe messaging on the Service Bus.

  Class Description
Public class BrokeredMessage Represents the unit of communication between AppFabric ServiceBus clients.
Public class BrokeredMessageProperty Represents the property bag for a BrokeredMessage.
Public class CorrelationFilter Represents the correlation filter expression.
Public class EntityDescription Represents the description of an entity.
Public class FalseFilter Represents the false filter expression.
Public class Filter Describes a filter expression that is evaluated against a BrokeredMessage.
Public class FilterException The exception that is thrown for signaling filter action errors.
Public class MessageClientEntity Represents a message client entity.
Public class MessageLockLostException The exception that is thrown to signal message lock lost errors.
Public class MessageNotFoundException The exception that is thrown to signal message not found errors.
Public class MessageReceiver Receives messages from the message container and acknowledges them.
Public class MessageSender The MessageSender class is used to send messages from the Service Bus. Although you can use the QueueClient class to send and receive messages without creating a MessageSender object, you can also use MessageSender and MessageReceiver to create a sender and receiver on an entity without knowing whether it is a topic or a queue.
Public class MessageSession Represents a message session that allows grouping of related messages for processing in a single transaction.
Public class MessageStoreLockLostException The exception that is thrown for signaling message store lock lost errors.
Public class MessagingCommunicationException The exception that is thrown to signal messaging communication errors.
Public class MessagingEntityAlreadyExistsException The exception that is thrown for signaling messaging entity already exists errors.
Public class MessagingEntityNotFoundException The exception that is thrown for signaling messaging entity not found errors.
Public class MessagingException The exception that is thrown for signaling messaging errors.
Public class MessagingExceptionDetail Provides the details of the messaging exception.
Public class MessagingFactory Represents a messaging factory. This is the anchor class used for run-time operations to send and receive to and from queues, topics, or subscriptions.
Public class MessagingFactorySettings Represents the messaging factory settings.
Public class NetMessagingBinding Represents the binding that is used for net messaging.
Public class NetMessagingTransportBindingElement Represents the binding element used to specify a net messaging transport for transmitting messages on the Service Bus.
Public class NetMessagingTransportSettings Represents .NET messaging transport settings.
Public class PartitionNotOwnedException The exception that is thrown for signaling partition not owned errors.
Public class QueueClient Represents the queue client object.
Public class QueueDescription Represents the metadata description of the queue.
Public class QuotaExceededException The exception that is thrown for signaling quota exceeded errors.
Public class RuleAction Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
Public class RuleActionException The exception that is thrown for signaling filter action errors and is thrown when a filter related operation fails.
Public class RuleDescription Represents a description of a rule.
Public class ServerBusyException The exception that is thrown when a server is overloaded with logical operations.
Public class SessionCannotBeLockedException The exception that is thrown when a message cannot acquire lock on a session.
Public class SessionLockLostException The exception that is thrown to signal session lock lost errors.
Public class SqlFilter Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
Public class SqlRuleAction Represents set of actions written in SQL language-based syntax that is performed against a BrokeredMessage.
Public class SubscriptionClient The anchor class used in run-time operations related to a topic subscription.
Public class SubscriptionDescription Represents a description of the subscription.
Public class TopicClient An anchor class used to access a Topic to perform run-time operations.
Public class TopicDescription Represents a description of the topic.
Public class TrueFilter Matches a filter expression.
  Enumeration Description
Public enumeration MessagingExceptionDetail.ErrorLevelType Enumerates the types of error level for the messaging communication.
Public enumeration ReceiveMode Enumerates the values for the receive mode.
Did you find this helpful?
(1500 characters remaining)
facebook page visit twitter rss feed newsletter