| Package | Description |
|---|---|
| org.marketcetera.client.jms |
Spring-wrapped JMS utilities.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerOEX(ReceiveOnlyHandler<OrderEnvelope> handler,
String inDstName,
boolean isInDstTopic)
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).
|
Copyright © 2015. All Rights Reserved.