Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 C++ AMI API Reference : AMI Property Class : AmiProperty::()

AmiProperty::()
Method
Declaration
AmiProperty::AmiProperty(
    const char * name,
    void * value);
Purpose
Sets the transport properties specified as name value pairs.
The following table provides the supported property names and their default values:
 
Properties for TIBCO Rendezvous Transport
 
Table 5 Properties List for hawk_transport = tibrv
 
TIBCO Rendezvous service property.
TIBCO Rendezvous network property.
TIBCO Rendezvous daemon property.
TIBCO Rendezvous queue for AMI session.
TIBCO Rendezvous transport for AMI session.
 
When hawk_transport = tibrv and you need to use your own rv_queue and rv_transport, perform the following steps:
Explicitly call tibrv_open() method before providing a user queue (rv_queue).
Explicitly call tibrv_close() method before application exit.
Refer to TIBCO Rendezvous® documentation for more information.
Properties for TCP Transport for TIBCO Hawk
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved