Property | Type | Description | |
---|---|---|---|
disposed | bool |
Method | Description | |
---|---|---|
Close ( ) : void | ||
CreateBytesMessage ( ) : IBytesMessage | ||
CreateBytesMessage ( byte body ) : IBytesMessage | ||
CreateMapMessage ( ) : IMapMessage | ||
CreateMessage ( ) : IMessage | ||
CreateObjectMessage ( object body ) : IObjectMessage | ||
CreateStreamMessage ( ) : IStreamMessage | ||
CreateTextMessage ( ) : ITextMessage | ||
CreateTextMessage ( string text ) : ITextMessage | ||
Dispose ( ) : void | ||
MessageProducer ( |
||
Send ( IDestination destination, IMessage message ) : void | ||
Send ( IDestination destination, IMessage message, MsgDeliveryMode deliveryMode, MsgPriority priority, System.TimeSpan timeToLive ) : void | ||
Send ( IMessage message ) : void | ||
Send ( IMessage message, MsgDeliveryMode deliveryMode, MsgPriority priority, System.TimeSpan timeToLive ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Send ( IDestination destination, IMessage message, MsgDeliveryMode deliveryMode, MsgPriority priority, System.TimeSpan timeToLive, bool specifiedTimeToLive ) : void |
Method | Description | |
---|---|---|
OnProducerAck ( |
||
Shutdown ( ) : void |
Called from the Parent session to deactivate this Producer, when a parent is closed all children are automatically removed from the broker so this method circumvents the need to send a Remove command to the broker.
|
public CreateBytesMessage ( ) : IBytesMessage | ||
return | IBytesMessage |
public CreateBytesMessage ( byte body ) : IBytesMessage | ||
body | byte | |
return | IBytesMessage |
public CreateObjectMessage ( object body ) : IObjectMessage | ||
body | object | |
return | IObjectMessage |
public CreateStreamMessage ( ) : IStreamMessage | ||
return | IStreamMessage |
public CreateTextMessage ( string text ) : ITextMessage | ||
text | string | |
return | ITextMessage |
public MessageProducer ( |
||
session | ||
id | ||
destination | ||
requestTimeout | System.TimeSpan | |
return | System |
public Send ( IDestination destination, IMessage message ) : void | ||
destination | IDestination | |
message | IMessage | |
return | void |
public Send ( IDestination destination, IMessage message, MsgDeliveryMode deliveryMode, MsgPriority priority, System.TimeSpan timeToLive ) : void | ||
destination | IDestination | |
message | IMessage | |
deliveryMode | MsgDeliveryMode | |
priority | MsgPriority | |
timeToLive | System.TimeSpan | |
return | void |
protected Send ( IDestination destination, IMessage message, MsgDeliveryMode deliveryMode, MsgPriority priority, System.TimeSpan timeToLive, bool specifiedTimeToLive ) : void | ||
destination | IDestination | |
message | IMessage | |
deliveryMode | MsgDeliveryMode | |
priority | MsgPriority | |
timeToLive | System.TimeSpan | |
specifiedTimeToLive | bool | |
return | void |
public Send ( IMessage message, MsgDeliveryMode deliveryMode, MsgPriority priority, System.TimeSpan timeToLive ) : void | ||
message | IMessage | |
deliveryMode | MsgDeliveryMode | |
priority | MsgPriority | |
timeToLive | System.TimeSpan | |
return | void |