Migrating agents relays to Web
JMS agent relays on a server can be migrated to Web with the ability to revert back to the original JMS configuration. This allows you to specify connection details for groups of agent relays.
Prerequisites
Agents, agents relay, and server must be upgraded to the IBM® UrbanCode® Deploy 7.0.4 or later. For more information, see Upgrading agents and Upgrading the server.
JMS agents are NOT supported on Web relays. Make sure that the connected agents are migrated to Web.
About this task
Up to version 7.1.0.0, migration of agent relays can be done manually by modifying the
agentcomm
properties in the agentrelay.properties file. Relays can be automatically
migrated to Web while upgrading the agent relays. For more information, see Upgrade Agent
Relays. This task explains the procedure to migrate the agent relays manually. Note: You can
only revert back an agent to JMS if that agent relay was previously a JMS relay.
Manual Migration
- Stop the relay you want to migrate.
- Open the
relayInstallation/conf/agentrelay.properties
file. - Edit the file as follows:
agentcomm.enabled=true agentcomm.server.uri=random\:(wss\://host-or-ip\:7919)
Note: Changehost-or-ip
to your IBM UrbanCode Deploy server name. - Restart the relay.
- Verify that the Web agents are connected to the Web relay.
Note: If migration fails, you can view the logs in the
relayInstallation/var/log directory.