TIBCO Adapter SDK C++ Reference
MJmsSession::MJmsSession
MJmsSession
Create a TIBCO Enterprise for JMS connection to access network for communication between components for example,

between a publisher and a subscriber.

Parameters
Parameters Description
MApp* pApp The MApp with which this instance session is associated.
const MString& sSessionName The name of the session to create (to be used in the component registry as a unique key).
const MJmsConnectionSpec& connectionSpec MJmsConnectionSpec for this session.
Declaration
MJmsSession(MApp* pApp, const MString& sSessionName, const MJmsConnectionSpec& connectionSpec);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.