progress.message.jclient.mp
Interface TopicConnection
- All Superinterfaces:
- Connection, TopicConnection
public interface TopicConnection
- extends Connection, TopicConnection
Title: SonicMQ Adaptive Pacing (Managed Client Topic Connection)
Description: Managed Topic Connection. A TopicConnection
object is an active connection to a
publish/subscribe JMS provider. A client uses a TopicConnection
object to create
one or more TopicSession
objects for producing and consuming Topic messages.
A TopicConnection can be used to create a TopicSession, from which specialized
topic-related objects can be created. A more general, and recommended approach
is to use the Connection object. The TopicConnection 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 progress.message.jclient.Connection |
createSession, getBrokerReconnectURLs, getBrokerURL, getChannel, getConnectID, getConnectionState, getConnectionStateChangeListener, getRoutingNodeName, getStandbyBrokerReconnectURLs, getUnfinishedChannelIDs, getUnfinishedChannels, getUsername, hasUnfinishedChannel, hasUnfinishedChannels, isFaultTolerant, isSecure, setConnectionStateChangeListener, setPingInterval, setRejectionListener |
Copyright © 1999-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-March-2012.