Method | Description | |
---|---|---|
AddClient ( IStompClient client, string subscriptionId ) : void |
Adds the client.
|
|
Publish ( string message ) : void |
Publishes the specified message to all subscribed clients.
|
|
RemoveClient ( IStompClient client ) : void |
Removes the client.
|
|
StompQueue ( string address, IMessageStore store ) : System |
Initializes a new instance of the StompQueue class.
|
Method | Description | |
---|---|---|
SendMessage ( IStompClient client, string body, System.Guid messageId, string subscriptionId ) : void |
public AddClient ( IStompClient client, string subscriptionId ) : void | ||
client | IStompClient | The client. |
subscriptionId | string | The subscription id. |
return | void |
public Publish ( string message ) : void | ||
message | string | The message. |
return | void |
public RemoveClient ( IStompClient client ) : void | ||
client | IStompClient | The client. |
return | void |
public StompQueue ( string address, IMessageStore store ) : System | ||
address | string | The address. |
store | IMessageStore | The message store. |
return | System |