resolveDestinationName(Session session, String destinationName, boolean pubSubDomain) Resolve the given destination name, either as located resource
or as dynamic destination.
Resolve the given destination name, either as located resource
or as dynamic destination.
Parameters: session - the current JMS Session(may be null if the resolver implementation is able to work without it) 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 the JMS Session failed to resolve the destination throws: DestinationResolutionException - in case of general destination resolution failure