npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@axway/api-builder-plugin-ft-solace

v2.1.1

Published

Solace plugin

Downloads

77

Readme

@axway/api-builder-plugin-ft-solace

This is a plugin for API Builder that allows you interaction with Solace platform.

Installation

You can install this plugin into an existing API Builder project. Follow the Getting Started Guide to create an API Builder service if you do not already have one.

$ npm install @axway/api-builder-plugin-ft-solace

See Flow-triggers for more information about how to use and manage this plugin.

Changes

2.1.1

  • #7538: Update @axway/api-builder-sdk dependency.

2.1.0

  • #7443: Added support for Solace queues.
  • #7517: Update @axway/api-builder-sdk dependency.

2.0.0

  • #6089: Breaking change: requires minimum Node.js version 16.x.

1.1.4

  • #7470: Update @axway/api-builder-sdk dependency.

1.1.3

  • #7466: Update @axway/api-builder-sdk dependency.

1.1.2

  • #7474: Internal dev-dependency move.

1.1.1

  • #7412: Pin in-house dependencies.

1.1.0

  • #6933: Replace peerDependency on @axway/api-builder-runtime with engines.apibuilder.

1.0.4

  • #7057: Updated documentation links.

1.0.3

  • #7010: Internal refactor of unit-tests.

1.0.2

  • #6934: Internal refactoring around code style.

1.0.1

  • #6878: Fixed broken link to the documentation.

1.0.0

  • #6560: Official release.
  • #6560: Breaking change: Minimum API Builder version is now Lyon.

0.6.0

  • #6839: Breaking change: Format of Message output now changed. The payload is now under the key value instead of the key message.
  • #6839: Rename channel from Session to Connection.
  • #6839: Rename Session ID parameter to Connection ID.

0.5.0

  • #6818: Breaking change: Updated to use new flow-trigger interface. Minimum @axway/api-builder-runtime version is now 4.62.0.

0.4.1

  • #6796: Changed flow-node's description for the Session ID parameter to be more descriptive.

0.4.0

  • #6655: Breaking change: Now requires at least @axway/api-builder-runtime Ibiza.
  • #6655: Updated flow-trigger to use invokeLogger.
  • #6655: Added new debug logs when a message is received.

0.3.1

  • #6715: The "Solace" flow-trigger is renamed to "Solace Consumer" in the UI.
  • #6715: The flow-node is now in the "Core" category and is renamed to "Solace Producer".
  • #6715: Sample flow and trigger config are no longer installed on plugin installation.

0.3.0

  • #6668: breaking change: Added minLength: 1 to Session ID, and Topic Session parameters in Solace flow-node for all methods.

0.2.1

  • #6625: Changed trigger Channel ID parameter name to Session ID.

0.2.0

  • #6562: breaking change: Removed confirmSubscription parameter from flow-trigger. This controlled if the flow-trigger would receive an event on a successful subscribe/unsubscribe event and was not something that needed exposing to the flow-trigger interface.
  • #6562: Updated flow-trigger definition to include more metadata (description, name, requestSchema, icon) and enhanced parameter schemas with more validation.

0.1.0

  • #6485: Initial release of Solace plugin. Includes a flow-trigger that listens for messages published to Solace topics, and a flow-node that publishes messages to Solace topics.

License

This code is proprietary, closed source software licensed to you by Axway. All Rights Reserved. You may not modify Axway’s code without express written permission of Axway. You are licensed to use and distribute your services developed with the use of this software and dependencies, including distributing reasonable and appropriate portions of the Axway code and dependencies. Except as set forth above, this code MUST not be copied or otherwise redistributed without express written permission of Axway. This module is licensed as part of the Axway Platform and governed under the terms of the Axway license agreement (General Conditions) located here: https://support.axway.com/en/auth/general-conditions; EXCEPT THAT IF YOU RECEIVED A FREE SUBSCRIPTION, LICENSE, OR SUPPORT SUBSCRIPTION FOR THIS CODE, NOTWITHSTANDING THE LANGUAGE OF THE GENERAL CONDITIONS, AXWAY HEREBY DISCLAIMS ALL SUPPORT AND MAINTENANCE OBLIGATIONS, AS WELL AS ALL EXPRESS AND IMPLIED WARRANTIES, INCLUDING BUT NOT LIMITED TO IMPLIED INFRINGEMENT WARRANTIES, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, AND YOU ACCEPT THE PRODUCT AS-IS AND WITH ALL FAULTS, SOLELY AT YOUR OWN RISK. Your right to use this software is strictly limited to the term (if any) of the license or subscription originally granted to you.