...
- Download Universal Chat for Mautic.
- Extract it to plugins/MauticActivemqTransportBundle.
- Navigate to plugins/MauticActivemqTransportBundle/Transport/AvtivemqTransport.php file
- Open the ActivemqTransport.php file and replace the HC Machine hostname with your own machine hostname.
- Use tcp:// instead of https:// with client hostname
- Stomp client is accessible on 61613 port without SSL and accessible on 61615 port with SSL.
- Default Activemq Queue for campaign sms is “/queue/sms”, can be replaced as per requirement in AvtivemqTransport.php file.
- Delete app/cache/prod files or Run command rm -rf var/cache/* to clear cache.
- Go to plugins in Mautic’s admin menu (/s/plugins)
- Click on the Install / Upgrade Pluginbutton to install the plugin or Run php app/console mautic:plugins:install to install the plugin via command line.
- Click on the plugin icon to enable the plugin and then click Save & Close button.
...