C# Class Apache.NMS.Test.ConsumerTest

Inheritance: NMSTestSupport
Datei anzeigen Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
timeoutConsumer IMessageConsumer

Public Methods

Method Description
OnMessage ( IMessage message ) : void

Protected Methods

Method Description
DelayedProducerThreadProc ( Object arg ) : void
TimeoutConsumerThreadProc ( ) : void

Private Methods

Method Description
TestAckedMessageAreConsumed ( ) : void
TestAddRemoveAsnycMessageListener ( ) : void
TestAsyncAckedMessageAreConsumed ( ) : void
TestAsyncUnAckedMessageAreNotConsumedOnSessionClose ( ) : void
TestConsumerReceiveBeforeMessageDispatched ( [ ackMode ) : void
TestDoChangeSentMessage ( [ ackMode, [ doClear ) : void
TestDontStart ( [ deliveryMode, [ destinationType ) : void
TestLastMessageAcked ( ) : void
TestNoTimeoutConsumer ( [ ackMode ) : void
TestReceiveNoWait ( [ ackMode, [ deliveryMode ) : void
TestSendReceiveTransacted ( [ deliveryMode, [ destinationType ) : void
TestSyncReceiveConsumerClose ( [ ackMode ) : void
TestUnAckedMessageAreNotConsumedOnSessionClose ( ) : void

Method Details

DelayedProducerThreadProc() protected method

protected DelayedProducerThreadProc ( Object arg ) : void
arg Object
return void

OnMessage() public method

public OnMessage ( IMessage message ) : void
message IMessage
return void

TimeoutConsumerThreadProc() protected method

protected TimeoutConsumerThreadProc ( ) : void
return void

Property Details

timeoutConsumer protected_oe property

protected IMessageConsumer timeoutConsumer
return IMessageConsumer