| Package | Description |
|---|---|
| org.apache.servicemix.jms.endpoints |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDestinationChooser
A simple destination chooser which will use the value of the
SimpleDestinationChooser.DESTINATION_KEY
property on the message exchange, or fall back to a default destination |
| Modifier and Type | Method and Description |
|---|---|
DestinationChooser |
JmsProviderEndpoint.getDestinationChooser() |
DestinationChooser |
AbstractConsumerEndpoint.getDestinationChooser() |
DestinationChooser |
JmsProviderEndpoint.getReplyDestinationChooser() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.jms.Destination |
JmsProviderEndpoint.chooseDestination(javax.jbi.messaging.MessageExchange exchange,
java.lang.Object message,
javax.jms.Session session,
DestinationChooser chooser,
java.lang.Object defaultDestination)
Choose a JMS destination given the chooser, a default destination and name
|
void |
JmsProviderEndpoint.setDestinationChooser(DestinationChooser destinationChooser)
Specifies a class implementing logic for choosing the destination used
to send messages.
|
void |
AbstractConsumerEndpoint.setDestinationChooser(DestinationChooser destinationChooser)
Specifies a class implementing logic for choosing reply destinations.
|
void |
JmsProviderEndpoint.setReplyDestinationChooser(DestinationChooser replyDestinationChooser)
Specifies a class implementing logic for choosing the destination used
to recieve replies.
|
Copyright © 2005-2014 FuseSource. All Rights Reserved.