public class NoopClusteringProvider extends Object implements ClusteringProvider
Constructor and Description |
---|
NoopClusteringProvider() |
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.
|
public void clusterTransmit(String sessionId, String subject, String messageId)
ClusteringProvider
clusterTransmit
in interface ClusteringProvider
sessionId
- the session ID requested.subject
- the subject requested.public void clusterTransmitGlobal(Message message)
ClusteringProvider
clusterTransmitGlobal
in interface ClusteringProvider
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.