public interface EnhancedConnection extends javax.jms.TopicConnection, javax.jms.QueueConnection, Closeable
Modifier and Type | Method and Description |
---|---|
DestinationSource |
getDestinationSource()
Returns the
DestinationSource object which can be used to listen to destinations
being created or destroyed or to enquire about the current destinations available on the broker |
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession
createConnectionConsumer, createQueueSession
DestinationSource getDestinationSource() throws javax.jms.JMSException
DestinationSource
object which can be used to listen to destinations
being created or destroyed or to enquire about the current destinations available on the brokerjavax.jms.JMSException
Copyright © 2005–2016. All rights reserved.