JMS 1.1
API Specification

Uses of Interface
javax.jms.ConnectionConsumer

Uses of ConnectionConsumer in javax.jms
 

Methods in javax.jms that return ConnectionConsumer
 javax.jms.ConnectionConsumer Connection.createConnectionConsumer(javax.jms.Destination destination, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Creates a connection consumer for this connection (optional operation).
 javax.jms.ConnectionConsumer Connection.createDurableConnectionConsumer(javax.jms.Topic topic, String subscriptionName, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Create a durable connection consumer for this connection (optional operation).
 javax.jms.ConnectionConsumer QueueConnection.createConnectionConsumer(javax.jms.Queue queue, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Creates a connection consumer for this connection (optional operation).
 javax.jms.ConnectionConsumer TopicConnection.createConnectionConsumer(javax.jms.Topic topic, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Creates a connection consumer for this connection (optional operation).
 javax.jms.ConnectionConsumer TopicConnection.createDurableConnectionConsumer(javax.jms.Topic topic, String subscriptionName, String messageSelector, javax.jms.ServerSessionPool sessionPool, int maxMessages)
          Create a durable connection consumer for this connection (optional operation).
 


JMS 1.1
API Specification

Sun Microsystems Inc. 2003.