TIBCO Adapter SDK C++ Reference
|
Members | Description |
MString messageSelector; |
When present, the server filters messages using this selector, so the subscriber receives only matching messages. When absent, null, or the empty string, the subscriber receives messages without filtering. |
MString durableName; | This unique name lets the server associate the subscriber with a subscription. |
struct MJmsEndpointSpec : public MEndpointSpec { MString messageSelector; MString durableName; };