The NMS Class Library (.Net Messaging Library)

ISession.CreateConsumer Method

Creates a consumer of messages on a given destination

Overload List

Creates a consumer of messages on a given destination

IMessageConsumer CreateConsumer(IDestination);

Creates a consumer of messages on a given destination with a selector

IMessageConsumer CreateConsumer(IDestination,string);

See Also

ISession Interface | NMS Namespace