![]() |
Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
|
Public Member Functions | |
| TBTMessageProducerSupport (const TBTSession Session) | |
Public Attributes | |
| Integer | Priority |
| The producer's default priority. | |
| Cardinal | TimeToLive |
| The default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system. | |
| TJMSDeliveryMode | DeliveryMode |
| The producer's default delivery mode. | |
Protected Member Functions | |
| CheckClosed () | |
| SetTimeToLive (const Cardinal Value) | |
| Cardinal | GetTimeToLive () |
| SetPriority (const Integer Value) | |
| Integer | GetPriority () |
| SetDeliveryMode (const TJMSDeliveryMode Value) | |
| TJMSDeliveryMode | GetDeliveryMode () |
Protected Attributes | |
| Cardinal | FDefaultTimeToLive |
| Integer | FDefaultPriority |
| TJMSDeliveryMode | FDefaultDeliveryMode |
| TBTSession | Session |
| TBTMessageProducerSupport::TBTMessageProducerSupport | ( | const TBTSession | Session | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| TJMSDeliveryMode TBTMessageProducerSupport::DeliveryMode |
The producer's default delivery mode.
Default STOMP = not persistent, JMS = persistent!
|
protected |
|
protected |
|
protected |
| Integer TBTMessageProducerSupport::Priority |
The producer's default priority.
|
protected |
| Cardinal TBTMessageProducerSupport::TimeToLive |
The default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system.
Time to live is set to zero by default.
zero is unlimited