C# Class Stomp.Net.Examples.Program

ファイルを表示 Open project: krlito/StompNet

Public Methods

Method Description
ExampleWriterAndReader ( ) : System.Threading.Tasks.Task

Example to demonstrate STOMP transactions using the StompNet low level API. In this example, a single message is going to be sent to a queue and it will be read from the same queue.

Private Methods

Method Description
AssertExpectedCommandFrame ( Frame frame, string expectedFrameCommand ) : bool
Main ( ) : void
MainAsync ( ) : System.Threading.Tasks.Task
WriteTitle ( string str ) : void

Method Details

ExampleWriterAndReader() public static method

Example to demonstrate STOMP transactions using the StompNet low level API. In this example, a single message is going to be sent to a queue and it will be read from the same queue.
public static ExampleWriterAndReader ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task