Package com.webmethods.jms
Interface WmQueueConnectionFactory
-
- All Superinterfaces:
javax.jms.ConnectionFactory
,javax.jms.QueueConnectionFactory
,WmConnectionFactory
- All Known Implementing Classes:
WmQueueConnectionFactoryImpl
,WmXAQueueConnectionFactoryImpl
public interface WmQueueConnectionFactory extends WmConnectionFactory, javax.jms.QueueConnectionFactory
Interface defining webMethods extensions to javax.jms.QueueConnectionFactory.
-
-
Field Summary
-
Fields inherited from interface com.webmethods.jms.WmConnectionFactory
DEFAULT_APPLICATION_NAME, DEFAULT_BROKER_LIST_ORDER, DEFAULT_CLIENT_GROUP, DEFAULT_KEYSTORE_TYPE, DEFAULT_TRUSTSTORE_TYPE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jms.QueueConnection
createQueueConnection​(java.lang.String userName, java.lang.String password, java.lang.String accessLabelHint)
-
Methods inherited from interface javax.jms.QueueConnectionFactory
createQueueConnection, createQueueConnection
-
Methods inherited from interface com.webmethods.jms.WmConnectionFactory
compareConnectionFactory, createConnection, getApplication, getBrokerCluster, getBrokerHost, getBrokerList, getBrokerListOrder, getBrokerName, getClientGroup, getClientID, getClusterCreationTime, getClusterName, getClusterPolicy, getClusterPolicyName, getClusterPolicyOverride, getClusterRefreshInterval, getCompositeChildConnFactories, getCompositeClusterCF, getDocSizeDataMap, getDocSizeList, getIncludeAllBrokers, getMarshalIn, getMarshalInClassName, getMarshalOut, getMarshalOutClassName, getMultiSendCount, getReadOnly, getSSLEncrypted, getSSLKeystore, getSSLKeystoreType, getSSLTruststore, getSSLTruststoreType, getWeightedRoundRobinDataMap, getWeightedRoundRobinList, isClusterFactory, isCompositeClusterFactory, setApplication, setAutomaticControlLabel, setBrokerCluster, setBrokerHost, setBrokerList, setBrokerListOrder, setBrokerName, setClientGroup, setClientID, setClusterCreationTime, setClusterName, setClusterPolicy, setClusterPolicyName, setClusterPolicyOverride, setClusterRefreshInterval, setCompositeChildConnFactories, setCompositeClusterCF, setDocSizeDataMap, setDocSizeList, setIncludeAllBrokers, setMarshalIn, setMarshalInClassName, setMarshalOut, setMarshalOutClassName, setMultiSendCount, setReadOnly, setSSLEncrypted, setSSLKeystore, setSSLKeystoreType, setSSLTruststore, setSSLTruststoreType, setWeightedRoundRobinDataMap, setWeightedRoundRobinList
-
-