Configure access to servers

less than 1 minute read

Configure access to servers

The messaging integration is configured in file conf\sics.emessaging.integration.properties. The various entries are documented within the file itself. The file follows Java property file syntax. Lines that begin with a ‘#’ are comments and will be ignored.

The most important properties are the URLs to the server systems.

#Name of specific queue to get messages from:
webconn.get.queue=IN_QUEUE_NAME

#Name of specific queue to put messages to:
webconn.put.queue=OUT_QUEUE_NAME

#WebConnectivity WC MR service
webconn.wcmr.url=http://localhost:8585/WS_SICS/MR3.2/Service.asmx
webconn.secure.username=USER_NAME
webconn.secure.password=PASSWORD

#URL of SicsEMessagingServer (a.k.a. acord.soap)
acord.soap.server.url=http://localhost:12942/acord.soap/servlet/AxisServlet