RCG Salesforce Topic Listener - Implementation Template

(0 reviews)

Deployment

Each Accelerator implementation template in Exchange includes Bash and Windows scripts for building and deploying the APIs to CloudHub. These scripts depend on repositories, global settings, deployment profiles, and associated properties configured in the Maven settings.xml file.

Many templates can also be run from Anypoint Studio without having to customize the Run/Debug profiles. However, some templates make use of hidden deployment properties to protect sensitive information (e.g., passwords and secret keys). These properties must be supplied to the runtime by updating the configuration profile and adding them as VM arguments.

Preparation

Ensure the Maven profile CloudHub-RCG-DEV has been properly configured in your settings.xml file. In particular, make sure the common properties for your environment have been provided (e.g., Anypoint Platform client ID and secret).

Required property overrides

At a minimum, the following properties must be customized for this application to reflect the target deployment environment.

Property NameDescription
anypoint-mq.case-update-dl-queue-nameAnypoint-mq Case Update Dead Letter Queue Name
anypoint-mq.case-update-queue-nameAnypoint-mq Case Update Queue Name
anypoint-mq.customers-exchange-nameAnypoint-mq Customer Update Exchange Name
anypoint-mq.customer-dl-queue-nameAnypoint-mq Customer Update Dead Letter Queue Name
anypoint-mq.individual-exchange-nameAnypoint-mq Individual Update Exchange Name
anypoint-mq.individual-dl-queue-nameAnypoint-mq Individual Dead Letter Queue Name
anypoint-mq.orders-exchange-nameAnypoint-mq Order Update exchange Name
vm.queue-nameOppurtunity sync VM queue name
anypoint-mq.server-urlAnypoint-mq server host url
anypoint-mq.client-idAnypoint-mq client id
anypoint-mq.client-secretAnypoint-mq client secret
sfdc.userNameSalesforce Instance client user Name
sfdc.tokenSalesforce Instance client token
sfdc.passwordSalesforce Instance client password
sfdc.topicNameSalesforce Instance Cases topic name
sfdc.customer.topicNameSalesforce Instance Accounts topic name
sfdc.contact.topicNameSalesforce Instance Contacts topic name
sfdc.opportunity.topicNameSalesforce Instance Oppurtunity topic name
mdm.hostMDM System API HostName
mdm.portMDM System API Port
mdm.base-pathMDM System API Base path
mdm.pathSAP S/4 HANA System API path
hana.hostSAP S/4 HANA System API HostName
hana.portSAP S/4 HANA System API Port
hana.base-pathSAP S/4 HANA System API Base path
hana.pathSAP S/4 HANA System API path

Running the application from Anypoint Studio

The following instructions are for running applications from Studio but apply to debugging as well.

  1. Update the src/main/resources/config/config-local.yaml file and provide values for the properties described above.
  2. Right-click the project and select Run As -> Mule Application (configure)
  3. If hidden deployment properties (e.g., Anypoint MQ credentials) are required, select the Arguments tab and add the property definitions to the VM arguments section. For example:
     -M-Danypoint-mq.client-id=<client id> -M-Danypoint-mq.client-secret=<client secret>
  4. Click Run to launch the application.

To debug an application, choose Debug As -> Mule Application (configure) in the second step instead.

Deployment instructions for CloudHub

The following instructions apply to CloudHub deployments only.

  1. Update the config-dev.yaml properties as described above. You can also choose to add them to your settings.xml file instead.
  2. Use one of the following scripts to deploy application to CloudHub:
    • packageDeploy.sh (Mac/Linux) or packageDeploy.cmd (Windows) - clean, build, and deploy the application
    • deployOnly.sh (Mac/Linux) or deployOnly.cmd (Windows) - deploy a previously-built application
  3. Bring up the Runtime Manager console in Anypoint and monitor the application for proper startup.

Next steps

Visit the Data mappings tab describes the mappings if any specific to interact with other APIs.


Reviews

TypeTemplate
OrganizationMuleSoft
Published by
MuleSoft Solutions
Published onSep 17, 2022
Asset overview

Asset versions for 2.6.x

Asset versions
VersionActions
2.6.4