Apache.NMS.MSMQ.MessageConsumer.Dispose throws NotImplementedException
----------------------------------------------------------------------

                 Key: AMQNET-169
                 URL: https://issues.apache.org/activemq/browse/AMQNET-169
             Project: ActiveMQ .Net
          Issue Type: Bug
          Components: MSMQ
    Affects Versions: 1.2
            Reporter: Achmedzhanov Nail
            Assignee: Jim Gomes
             Fix For: 1.2


Sample Code

==========================================

                   session = 
this.connection.CreateSession(AcknowledgementMode.Transactional);
                    var destination = SessionUtil.GetDestination(this.session, 
mailQueue);

                    consumer = this.session.CreateConsumer(destination);
                    consumer.Dispose(); // throws NotImplementedException

==========================================

And MessageConsumer.cs
==========================================

                public void Dispose()
                {
                        throw new NotImplementedException();
                }

==========================================

Is this component ready for to use?



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to