Method | Description | |
---|---|---|
RmqMessageProducer ( |
Initializes a new instance of the MessageGateway class.
|
|
Send ( Message message ) : void |
Sends the specified message.
|
|
SendWithDelay ( Message message, int delayMilliseconds ) : void |
Send the specified message with specified delay
|
public RmqMessageProducer ( |
||
connection | The connection information needed to talk to RMQ | |
return | System |
public Send ( Message message ) : void | ||
message | Message | The message. |
return | void |
public SendWithDelay ( Message message, int delayMilliseconds ) : void | ||
message | Message | The message. |
delayMilliseconds | int | Number of milliseconds to delay delivery of the message. |
return | void |