Class JMSPublishingHelper
java.lang.Object
org.eclipse.persistence.sessions.coordination.jms.JMSPublishingHelper
This helper class allows access to abstract JMSPublishingTransportManager internals when processing
JMS messages for RCM, and can be expanded upon to include other EclipseLink JMS functionality.
- Author:
- Chris Delahunt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
processJMSMessage
(jakarta.jms.Message message, org.eclipse.persistence.internal.sessions.AbstractSession session) PUBLIC: Processes the received RCM messaged from a JMS provider for cache coordination.
-
Constructor Details
-
JMSPublishingHelper
public JMSPublishingHelper()
-
-
Method Details
-
processJMSMessage
public static void processJMSMessage(jakarta.jms.Message message, org.eclipse.persistence.internal.sessions.AbstractSession session) PUBLIC: Processes the received RCM messaged from a JMS provider for cache coordination. This will use the local connection from the configured TransportManager from the session's RemoteCommandManager.- Parameters:
message
-session
-
-