Skip to content

newrelic-experimental/newrelic-java-tibco-businessconnect

New Relic Open Source experimental project banner.

New Relic Java Instrumentation for Tibco BusinessConnect

Provides instrumentation for the Tibco BusinessConnect product

Installation

  1. Download the lastest release
  2. Extract the jars from the archive
  3. Copy the jars into the extensions directory of the New Relic Java Agent. Create the directory if it does not exist.
  4. Restart the application.

Getting Started

Requires gradle installed.
Run the following to build agent dependencies.
gradle checkForDependencies.

Building

Set the environment variable NEW_RELIC_EXTENSIONS_DIR to the directory where you want to build the extensions To build all extensions, run
gradle clean install

To build a particular extension, run the following where project is the extension to build
gradle project:clean project:install.

Example
gradle BusinessConnect_6.2:clean BusinessConnect_6.2:install

Testing

Not Supported.

Support

New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub.

Contributing

New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub.

We encourage you to bring your experiences and questions to the Explorers Hub where our community members collaborate on solutions and new ideas.

A note about vulnerabilities

As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.

If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through HackerOne.

License

New Relic Java Instrumentation for Tibco BusinessConnect is licensed under the Apache 2.0 License.