progress.message.jclient.mp
Interface QueueConnection
- All Superinterfaces:
- Connection, QueueConnection
public interface QueueConnection
- extends Connection, QueueConnection
Title: SonicMQ Adaptive Pacing (Managed Client Queue Connection)
Description: Managed Queue Connection. A QueueConnection
object is an active connection
to a send/receive JMS provider. A client uses a QueueConnection
object to create
one or more QueueSession
objects for producing and consuming Queue messages.
A QueueConnection can be used to create a QueueSession, from which specialized
queue-related objects can be created. A more general, and recommended approach
is to use the Connection object. The QueueConnection object should be used to support
existing code.
For specific details regarding the behavior of Managed Client connection objects please see
progress.message.jclient.mp.Connection
documentation.
Copyright: Copyright (c) 2006
Company: Progress Software
- Version:
- 2.2
- Author:
- Dmitry Lelchuk
Methods inherited from interface progress.message.jclient.Connection |
createSession, getBrokerReconnectURLs, getBrokerURL, getChannel, getConnectID, getConnectionState, getConnectionStateChangeListener, getRoutingNodeName, getStandbyBrokerReconnectURLs, getUnfinishedChannelIDs, getUnfinishedChannels, getUsername, hasUnfinishedChannel, hasUnfinishedChannels, isFaultTolerant, isSecure, setConnectionStateChangeListener, setPingInterval, setRejectionListener |
Methods inherited from interface javax.jms.Connection |
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
Methods inherited from interface progress.message.jclient.Connection |
createSession, getBrokerReconnectURLs, getBrokerURL, getChannel, getConnectID, getConnectionState, getConnectionStateChangeListener, getRoutingNodeName, getStandbyBrokerReconnectURLs, getUnfinishedChannelIDs, getUnfinishedChannels, getUsername, hasUnfinishedChannel, hasUnfinishedChannels, isFaultTolerant, isSecure, setConnectionStateChangeListener, setPingInterval, setRejectionListener |
Methods inherited from interface javax.jms.Connection |
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
Methods inherited from interface javax.jms.Connection |
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
Copyright © 1999-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 5-August-2011.