|
| | TBTMQTransportOpenMQ () |
| |
| string | GetStompDestinationName (const IDestination Destination) |
| |
| | UnsubscribeDurable (const string Destination, const string Name) |
| | Send UNSUBSCRIBE frame for durable subscriber.
|
| |
| | Ack (const string MessageID, const string SubscriptionID, const string TransactionID) |
| | Send ACK frame.
|
| |
| | Trace (const string S) |
| |
| | InternalSend (TBTMessage AMessage, const string ADest, const Boolean IsText, const Integer ASendTimeOut) |
| |
| | FillCreatedMessage (const IMessage AMessage, const IStompFrame Frame) |
| |
| | FillUserDefinedProperties (const IMessage AMessage, const IStompFrame Frame) |
| |
| | CheckSendDestination (const string ADest) |
| |
| | TBTAbstractTransport () |
| |
| string | GetStompDestinationName (const IDestination Destination) |
| |
| | SendMessage (const TBTMessage AMessage, const string Dest, const Integer SendTimeOut) |
| |
| IMessage | Receive () |
| |
| IMessage | Receive (const Integer Timeout) |
| |
| IMessage | ReceiveNoWait () |
| |
|
| | StompMessageFrameAvailable (const IStompFrame Frame) |
| |
| | FillStompFrame (const TBTMessage AMessage, const IStompFrame Frame, TStompProtocolVersion StompVersion) |
| |
| Boolean | IgnoreProperty (const string AKey) |
| |
| | CheckNoReservedProperty (const string PropName) |
| |
| TDateTime | GetExpirationHeader (const IStompFrame AFrame) |
| |
| IDestination | CreateDestinationFromStompName (const string StompDestination) |
| |
| Boolean | IsMapTransformation (const string ATransformationId) |
| |
| Boolean | IsObjectTransformation (const string ATransformationId) |
| |
| TDateTime | GetExpirationHeader (const IStompFrame AFrame) |
| |
| | FillStompFrame (const TBTMessage AMessage, const IStompFrame Frame, TStompProtocolVersion StompVersion) |
| |
| | CheckNoReservedProperty (const string PropName) |
| |
| | CheckTextMimeType (const string ContentType) |
| |
| Boolean | IgnoreProperty (const string AKey) |
| |
| IDestination | CreateDestinationFromStompName (const string StompDestination) |
| |
| ITextMessage | CreateTextMessage (const IStompFrame Frame, TBTStompClient ATransport, const string SubscriptionID) |
| |
| IBytesMessage | CreateBytesMessage (const IStompFrame Frame, TBTStompClient ATransport, const string SubscriptionID) |
| |
| IMapMessage | CreateMapMessage (const IStompFrame Frame, TBTStompClient ATransport, const string SubscriptionID) |
| |
| IObjectMessage | CreateObjectMessage (const IStompFrame Frame, TBTStompClient ATransport, const string SubscriptionID) |
| |
| string | GetReplyTo (const IDestination ReplyTo) |
| |
Stomp transport implementation for OpenMQ.