public class StompBrokerRelayRegistration extends AbstractBrokerRegistration
StompBrokerRelayMessageHandler
.Constructor and Description |
---|
StompBrokerRelayRegistration(SubscribableChannel clientInboundChannel,
MessageChannel clientOutboundChannel,
String[] destinationPrefixes) |
Modifier and Type | Method and Description |
---|---|
protected StompBrokerRelayMessageHandler |
getMessageHandler(SubscribableChannel brokerChannel) |
StompBrokerRelayRegistration |
setAutoStartup(boolean autoStartup)
Configure whether the
StompBrokerRelayMessageHandler should start
automatically when the Spring ApplicationContext is refreshed. |
StompBrokerRelayRegistration |
setClientLogin(String login)
Set the login to use when creating connections to the STOMP broker on
behalf of connected clients.
|
StompBrokerRelayRegistration |
setClientPasscode(String passcode)
Set the passcode to use when creating connections to the STOMP broker on
behalf of connected clients.
|
StompBrokerRelayRegistration |
setRelayHost(String relayHost)
Set the STOMP message broker host.
|
StompBrokerRelayRegistration |
setRelayPort(int relayPort)
Set the STOMP message broker port.
|
StompBrokerRelayRegistration |
setSystemHeartbeatReceiveInterval(long heartbeatReceiveInterval)
Set the maximum interval, in milliseconds, at which the "system" relay session
expects, in the absence of any other data, to receive a heartbeat from the STOMP
broker.
|
StompBrokerRelayRegistration |
setSystemHeartbeatSendInterval(long systemHeartbeatSendInterval)
Set the interval, in milliseconds, at which the "system" relay session will,
in the absence of any other data being sent, send a heartbeat to the STOMP broker.
|
StompBrokerRelayRegistration |
setSystemLogin(String login)
Set the login for the shared "system" connection used to send messages to
the STOMP broker from within the application, i.e.
|
StompBrokerRelayRegistration |
setSystemPasscode(String passcode)
Set the passcode for the shared "system" connection used to send messages to
the STOMP broker from within the application, i.e.
|
StompBrokerRelayRegistration |
setVirtualHost(String virtualHost)
Set the value of the "host" header to use in STOMP CONNECT frames.
|
getClientInboundChannel, getClientOutboundChannel, getDestinationPrefixes
public StompBrokerRelayRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, String[] destinationPrefixes)
public StompBrokerRelayRegistration setRelayHost(String relayHost)
public StompBrokerRelayRegistration setRelayPort(int relayPort)
public StompBrokerRelayRegistration setClientLogin(String login)
By default this is set to "guest".
public StompBrokerRelayRegistration setClientPasscode(String passcode)
By default this is set to "guest".
public StompBrokerRelayRegistration setSystemLogin(String login)
By default this is set to "guest".
public StompBrokerRelayRegistration setSystemPasscode(String passcode)
By default this is set to "guest".
public StompBrokerRelayRegistration setSystemHeartbeatSendInterval(long systemHeartbeatSendInterval)
The default value is 10000.
public StompBrokerRelayRegistration setSystemHeartbeatReceiveInterval(long heartbeatReceiveInterval)
The default value is 10000.
public StompBrokerRelayRegistration setVirtualHost(String virtualHost)
By default this property is not set.
public StompBrokerRelayRegistration setAutoStartup(boolean autoStartup)
StompBrokerRelayMessageHandler
should start
automatically when the Spring ApplicationContext is refreshed.
The default setting is true
.
protected StompBrokerRelayMessageHandler getMessageHandler(SubscribableChannel brokerChannel)
getMessageHandler
in class AbstractBrokerRegistration