| Package | Description |
|---|---|
| org.marketcetera.client.jms |
Spring-wrapped JMS utilities.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandler(ReplyHandler<?> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic,
MessageConverter messageConverter)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
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).
|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerOEX(ReplyHandler<OrderEnvelope> 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).
|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerQ(ReplyHandler<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).
|
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 © 2015. All Rights Reserved.