Solace plugin
This is a plugin for API Builder that allows you interaction with Solace platform.
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.
``bash`
$ npm install @axway/api-builder-plugin-ft-solace
See Flow-triggers for more information about how to use and manage this plugin.
#### 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.Session
- #6839: Rename channel from to Connection.Session ID
- #6839: Rename 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.