public interface DestinationResolver
Interface for a Destination resolver, ie. an object providing a destination reference given a PeerDescriptor, a DestinationReferenceDescriptor and a target JMS session.
PeerDescriptor,
DestinationReferenceDescriptor| Modifier and Type | Method and Description |
|---|---|
javax.jms.Destination |
getDestination(PeerDescriptor peer,
DestinationReferenceDescriptor destinationReference,
javax.jms.Session session)
Get a destination reference by name an type (queue or topic)
|
javax.jms.Destination getDestination(PeerDescriptor peer, DestinationReferenceDescriptor destinationReference, javax.jms.Session session) throws javax.jms.JMSException
peer - JMS peer descriptordestinationReference - a destination reference descriptorsession - a JMS sessionjavax.jms.JMSExceptionCopyright © 2021. All rights reserved.