| org.springframework.jms.support.destination.DestinationResolver
All known Subclasses: org.springframework.jms.support.destination.DynamicDestinationResolver,
Method Summary | |
Destination | resolveDestinationName(Session session, String destinationName, boolean pubSubDomain) Resolve the given destination name, either as located resource
or as dynamic destination. |
resolveDestinationName | Destination resolveDestinationName(Session session, String destinationName, boolean pubSubDomain) throws JMSException(Code) | | Resolve the given destination name, either as located resource
or as dynamic destination.
Parameters: session - the current JMS Session Parameters: destinationName - the name of the destination Parameters: pubSubDomain - true if the domain is pub-sub, false if P2P the JMS destination (either a topic or a queue) throws: javax.jms.JMSException - if resolution failed |
|
|