| Package | Description |
|---|---|
| org.marketcetera.client.jms |
Spring-wrapped JMS utilities.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandler(ReplyHandler<?> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandler(ReplyHandler<?> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic,
org.springframework.jms.support.converter.MessageConverter messageConverter)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerBSX(ReplyHandler<BrokerStatus> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerOEX(ReplyHandler<DataEnvelope> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerQ(ReplyHandler<quickfix.Message> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerTMX(ReplyHandler<TradeMessage> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
Copyright © 2019. All rights reserved.