Creates a consumer of messages on a given destination
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);