Installing on macOS in Silent Mode

To silently install TIBCO ActiveSpaces Connector for Apache Pulsar on macOS platforms, complete this task.

Procedure

  1. Download the installation package.
    Download the package for either the community edition or the enterprise edition.
    Edition Command
    Community Edition
    TIB_msg-ap2as-ce_1.0.x_macosx_x86_64.pkg
    Enterprise Edition
    TIB_msg-ap2as_1.0.x_macosx_x86_64.pkg
  2. Open a terminal window and navigate to the directory in which the installer archive package is located.
  3. Run the installer silently.
    sudo installer -pkg package_name -target /
  4. Copy the AS Connector for Apache Pulsar to the connectors/ directory of your Pulsar installation.
    cp /opt/tibco/apd/as-bridge/1.0/lib/pulsar-io-activespaces-1.0.nar \
    /opt/tibco/apd/core/2.6/connectors
  5. In a text editor, open the configuration file /opt/tibco/apd/core/2.6/conf/functions_worker.yml and change line
    extraFunctionDependenciesDir: 

    to

    extraFunctionDependenciesDir: "/opt/tibco/ftl/current-version/lib/tibftl.jar:/opt/\
    tibco/as/current-version/lib/tibdg.jar:lib"
    Note: Version 2.6 is shown above, but your Pulsar version might be different.