TIBCO Adapter SDK C++ Reference
Up | Next
MJmsEndpointSpec
C++ Classes and Methods
This class encapsulates details about a JMS endpoint.
Members
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.
Declaration
struct MJmsEndpointSpec : public MEndpointSpec {
  MString messageSelector;
  MString durableName;
};
File
MEndpointSpec.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.