Rocco Germinario 4 Years Ago - Edited Hi David, I think that a simpler solution would be just to use a @Clusterable method which gets executed automatically on each node of the cluster. I've made a simple test in this fork of your project: https://github.com/roccogerminario/log-persist/tree/7.4 (also upgraded it to 7.4.2 portal version). Please sign in to reply. Reply as... Cancel
Shubhankit Roy 9 Months Ago - Edited Hi David With Quarterly Releases, the ClusterBridgeMessageListener has been moved out of portal-kernel and is now available in an 'internal' package in the users-admin-web module. Since its in an internal package (com.liferay.users.admin.web.internal.liveusers.messaging.ClusterBridgeMessageListener) now, its no longer visible without explicitly exporting the aforementioned package via a custom module. I couldn't find any references to this class being use in Liferay's own code as well (checked with 2024.Q1.12). Any workaround that you know of, that enable to use this class in some way still? Please sign in to reply. Reply as... Cancel