public interface ClusteringProvider
Modifier and Type | Method and Description |
---|---|
void |
clusterTransmit(String sessionId,
String subject,
String messageId)
Sends an asynchronous message to the cluster to find if any of the clustered buses are aware of the specified
session and subject.
|
void |
clusterTransmitGlobal(Message message)
Advertises a global message to the entire cluster.
|
void clusterTransmit(String sessionId, String subject, String messageId)
sessionId
- the session ID requested.subject
- the subject requested.void clusterTransmitGlobal(Message message)
message
- Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.