Description
In the Apache.Nms.AMQP project at "activemq-nms-amqp/src/NMS.AMQP/NmsMessageConsumer.cs" line 194 the event "private event MessageListener Listener;" is private which makes it where there is no way to handle message events when consuming. Is this a mistake? Is there some other method/event that should be used to asynchronously listen to messages?