Class QueueBrowser.BrowsingMessageConsumer
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Apache.NMS.ActiveMQ
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class BrowsingMessageConsumer : MessageConsumer, IMessageConsumer, IDisposable, IDispatcherConstructors
| Improve this Doc View SourceBrowsingMessageConsumer(QueueBrowser, Session, ConsumerId, ActiveMQDestination, String, String, Int32, Int32, Boolean, Boolean, Boolean)
Declaration
public BrowsingMessageConsumer(QueueBrowser parent, Session session, ConsumerId id, ActiveMQDestination destination, string name, string selector, int prefetch, int maxPendingMessageCount, bool noLocal, bool browser, bool dispatchAsync)Parameters
| Type | Name | Description | 
|---|---|---|
| QueueBrowser | parent | |
| Session | session | |
| ConsumerId | id | |
| ActiveMQDestination | destination | |
| System.String | name | |
| System.String | selector | |
| System.Int32 | prefetch | |
| System.Int32 | maxPendingMessageCount | |
| System.Boolean | noLocal | |
| System.Boolean | browser | |
| System.Boolean | dispatchAsync | 
Methods
| Improve this Doc View SourceDispatch(MessageDispatch)
Declaration
public override void Dispatch(MessageDispatch md)Parameters
| Type | Name | Description | 
|---|---|---|
| MessageDispatch | md | 
Overrides
Implements
      Apache.NMS.IMessageConsumer
  
  
      System.IDisposable