Skip to content

Latest commit

 

History

History

sag-is-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Configuring webMethods Integration Server and Microservices Runtime

Use this template to configure webMethods Integration Server and Microservices Runtime

Consult Applying template using Command Central CLI for general information about applying templates.

Requirements

Supported Software AG releases

  • Command Central 10.2 and higher
  • webMethods Integration Server 9.6 and higher

Supported platforms

All supported Windows and UNIX platforms.

Supported configurations

  • Messaging connections
  • JNDI and JMS connections

Configuring Integration Server

IMPORTANT: this template must be applied on top of existing Integration Server instance

Configure Messaging connections

sagcc exec templates composite apply sag-is-config \
  nodes=node \
  is.configs=messaging
  is.instance.name=default \
  is.um.url=nsp://um01:9000 \
  is.um.enabled=true \
  is.um.jms.enabled=true \
  --sync-job

Configure JNDI and JMS connections

sagcc exec templates composite apply sag-is-config \
  nodes=node \
  is.configs=jndi-jms
  is.instance.name=default \
  is.um.jndi.alias=DEFAULT_IS_JNDI_PROVIDER \
  is.um.jms.enabled=true \
  is.um.jms.alias=DEFAULT_IS_JMS_CONNECTION \
  is.um.jms.enabled=true \
  is.um.jms.cf.name=cf \
  --sync-job