Installing on macOS

To install TIBCO ActiveSpaces Connector for Apache Pulsar on macOS, complete these steps.

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. Run the installer.
    Double-click the installation package icon, in turn.
    Follow the installation prompts to complete the process. Provide your password if requested.
  3. 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
  4. 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"

Result

TIBCO ActiveSpaces Connector for Apache Pulsar is installed in the following location: /opt/tibco/apd/as-bridge/1.0.x
Note: Version 2.6 is shown above, but your Pulsar version might be different.