![]() |
Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
|
This object represents a message producer. More...
Public Member Functions | |
| TBTMQProducer (const ISession Session) | |
| IMQProducer | SetDeliveryMode (const TJMSDeliveryMode Value) |
| IMQProducer | SetPriority (const Integer Value) |
| IMQProducer | SetTimeToLive (const Cardinal Value) |
| TJMSDeliveryMode | GetDeliveryMode () |
| Integer | GetPriority () |
| Cardinal | GetTimeToLive () |
| SetCorrelationID (const string Value) | |
| string | GetCorrelationID () |
| string | GetTypeName () |
| SetTypeName (const string Value) | |
| SetReplyTo (const IDestination Value) | |
| IDestination | GetReplyTo () |
| ClearProperties () | |
| PMStrings | GetPropertyNames () |
| Boolean | PropertyExists (const string Key) |
| Boolean | GetBooleanProperty (const string Key) |
| SetProperty (const string Key, const Boolean Value) | |
| Integer | GetIntProperty (const string Key) |
| SetProperty (const string Key, const Integer Value) | |
| string | GetStringProperty (const string Key) |
| SetProperty (const string Key, const string Value) | |
| IMQProducer | Send (const IDestination Destination, const string Body) |
| IMQProducer | Send (const IDestination Destination, const string Body, const ICompletionListener CompletionListener) |
| IMQProducer | Send (const IDestination Destination, const IMessage AMessage) |
| IMQProducer | Send (const IDestination Destination, const IMessage AMessage, const ICompletionListener CompletionListener) |
Protected Member Functions | |
| InternalSend (const IMessage AMessage, const IDestination Destination, const ICompletionListener CompletionListener) | |
This object represents a message producer.
| TBTMQProducer::TBTMQProducer | ( | const ISession | Session | ) |
| TBTMQProducer::ClearProperties | ( | ) |
| Boolean TBTMQProducer::GetBooleanProperty | ( | const string | Key | ) |
| string TBTMQProducer::GetCorrelationID | ( | ) |
| TJMSDeliveryMode TBTMQProducer::GetDeliveryMode | ( | ) |
| Integer TBTMQProducer::GetIntProperty | ( | const string | Key | ) |
| Integer TBTMQProducer::GetPriority | ( | ) |
| PMStrings TBTMQProducer::GetPropertyNames | ( | ) |
| IDestination TBTMQProducer::GetReplyTo | ( | ) |
| string TBTMQProducer::GetStringProperty | ( | const string | Key | ) |
| Cardinal TBTMQProducer::GetTimeToLive | ( | ) |
| string TBTMQProducer::GetTypeName | ( | ) |
|
protected |
| Boolean TBTMQProducer::PropertyExists | ( | const string | Key | ) |
| IMQProducer TBTMQProducer::Send | ( | const IDestination | Destination, |
| const IMessage | AMessage ) |
| IMQProducer TBTMQProducer::Send | ( | const IDestination | Destination, |
| const IMessage | AMessage, | ||
| const ICompletionListener | CompletionListener ) |
| IMQProducer TBTMQProducer::Send | ( | const IDestination | Destination, |
| const string | Body ) |
| IMQProducer TBTMQProducer::Send | ( | const IDestination | Destination, |
| const string | Body, | ||
| const ICompletionListener | CompletionListener ) |
| TBTMQProducer::SetCorrelationID | ( | const string | Value | ) |
| IMQProducer TBTMQProducer::SetDeliveryMode | ( | const TJMSDeliveryMode | Value | ) |
| IMQProducer TBTMQProducer::SetPriority | ( | const Integer | Value | ) |
| TBTMQProducer::SetProperty | ( | const string | Key, |
| const Boolean | Value ) |
| TBTMQProducer::SetProperty | ( | const string | Key, |
| const Integer | Value ) |
| TBTMQProducer::SetProperty | ( | const string | Key, |
| const string | Value ) |
| TBTMQProducer::SetReplyTo | ( | const IDestination | Value | ) |
| IMQProducer TBTMQProducer::SetTimeToLive | ( | const Cardinal | Value | ) |
| TBTMQProducer::SetTypeName | ( | const string | Value | ) |