The NMS Class Library (.Net Messaging Library)

ISession Members

ISession overview

Public Instance Methods

Commit If this is a transactional session then commit all message send and acknowledgements for producers and consumers in this session
CreateBytesMessage Overloaded. Creates a new binary message
CreateConsumer Overloaded. Creates a consumer of messages on a given destination
CreateDurableConsumer Creates a named durable consumer of messages on a given destination with a selector
CreateMapMessage Creates a new Map message which contains primitive key and value pairs
CreateMessage Creates a new message with an empty body
CreateProducer Overloaded. Creates a producer of messages
CreateTemporaryQueue Creates a temporary queue
CreateTemporaryTopic Creates a temporary topic
CreateTextMessage Overloaded. Creates a new text message with an empty body
GetQueue Returns the queue for the given name
GetTopic Returns the topic for the given name
Rollback If this is a transactional session then rollback all message send and acknowledgements for producers and consumers in this session

See Also

ISession Interface | NMS Namespace