Primeur Online Docs
DWAgent 2.0.0
DWAgent 2.0.0
  • 🚀GETTING STARTED
    • What is PRIMEUR DWAgent
    • Preparing to install
    • Installing
    • After the installation
  • 🕹️CONFIGURING
    • Configuration steps
    • Configuring DWA Communicator for Artemis
    • Configuring DWA Emitters
    • Configuring DWA Proxies
  • ⚙️SYSTEM ADMINISTRATION
    • DWAgent Command Line Interface
    • DWAgent Windows Service Command Lines
  • 🧐TROUBLESHOOTING
    • First-use issues
    • Generic runtime problems
Powered by GitBook
On this page
  • Prerequisites
  • Configuration reference
  • Prerequisites
  • Configuration reference
  • DWA PROXY for SPAZIO MFT/S
  • Prerequisites
  1. CONFIGURING

Configuring DWA Proxies

Prerequisites

DWA Proxy for ActiveMQ supports any of the ActiveMQ versions embedded in Spazio MFT/S v2.x, Spazio File Governance v2.x products.

Configuration reference

DWA Proxy for Active MQ -- Prefix proxy.activemq.*

Properties
Description

brokerURL

Broker Url with Host and port to be used when connecting to an ActiveMQ system over a client connection.

inputVirtualTopic

Virtual topic where messages are published by a monitored system and retrieved by the DWA Proxy.

DWA PROXY for WMQ

Prerequisites

DWA Proxy for WMQ supports IBM MQ v7.x, v8.x, v9.x.

To allow DWA Proxy to correctly access IBM MQ resources, you need to ensure that IBM MQ environment variables pointing to JMS java classes are correctly set and available in the DWAgent environment (e.g., by sourcing setjmsenv64 script provided by IBM MQ).

Please refer to IBM MQ product documentation for details on how to make JMS resources available to a standalone java application.

Configuration reference

DWA Proxy for WMQ -- Prefix proxy.wmq.*

Properties
Description

hostName port channel

Host, port and WMQ channel to be used when connecting to a WMQ queue manager over a client connection.

queueManagerName

WMQ queue manager where WMQ event messages messages are retrieved.

inputQueueName

Queue where messages are published by a monitored system and retrieved by the DWA Proxy.

sslEnable sslCipherSuite sslPeerName sslTrustStore sslTrustStorePassword sslTrustStorePasswordEncoded sslKeyStore sslKeyStorePassword sslKeyStorePasswordEncoded

Note: Please refer to the IBM WMQ SSL configuration documentation for more details on how to set these parameters.

DWA PROXY for SPAZIO MFT/S

Prerequisites

DWA Proxy for Spazio MFT/S support Spazio MFT/S 2.x product.

DWA Proxy can connect to Spazio MFT/S queue manager in two different ways:

  • Using a Spazio RMI (Remote Method Invocation) connection

    • In this case, DWA Proxy can also be run on a node different from the node where Spazio MFT/S is running, given that the connection will happen via RMI protocol over TCP/IP.

    • When using RMI, you must ensure the Spazio RMI Server is correctly set up and running on your Spazio MFT/S node.

  • Using a Spazio JNI (Java Native Interface) connection

    • In this case, DWA Proxy will use native operating system interprocess communication primitives to communicate with Spazio MFT/S queue manager. Consequently, you can only use this type of connection when DWA Proxy is running on the same node as Spazio MFT/S.

    • For JNI connection to work correctly, DWA Proxy needs to inherit Spazio MTF/S environment variables settings, so it is recommended to run DWA Proxy under the same user as Spazio MFT/S.

    • When using JNI, the DWA Proxy lifecycle can be synchronized with Spazio MFT/S lifecycle using a Spazio MFT/S spappl.ini configuration file and the related Spazio MFT/S spcmdinvoker command to start/stop DWA Proxy when Spazio MFT/S is started/stopped.

Please refer to the SPAZIO MFT/S for Distributed Platforms Installation and Configuration Guide for more details.

Configuration reference

DWA Proxy for Spazio MFT/S -- Prefix proxy.spazio.*

Properties
Description

host port

Host and port to be used when connecting to a Spazio MFT/S queue manager over a Spazio RMI connection. Leave these parameters blank for local Spazio JNI connections.

queueManagerName

Spazio queue manager where Spazio event event files are published.

inputQueueName

Queue where event files are published by a monitored system and retrieved by the DWA Proxy.

PreviousConfiguring DWA EmittersNextDWAgent Command Line Interface

Last updated 2 months ago

🕹️