org.hornetq.jms.client
Class HornetQQueueConnectionFactory

java.lang.Object
  extended by org.hornetq.jms.client.HornetQConnectionFactory
      extended by org.hornetq.jms.client.HornetQQueueConnectionFactory
All Implemented Interfaces:
Serializable, javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, Referenceable

public class HornetQQueueConnectionFactory
extends HornetQConnectionFactory
implements javax.jms.QueueConnectionFactory

A class that represents a QueueConnectionFactory.

Author:
Howard Gao
See Also:
Serialized Form

Constructor Summary
HornetQQueueConnectionFactory()
           
HornetQQueueConnectionFactory(boolean ha, DiscoveryGroupConfiguration groupConfiguration)
           
HornetQQueueConnectionFactory(boolean ha, TransportConfiguration... initialConnectors)
           
HornetQQueueConnectionFactory(ServerLocator serverLocator)
           
 
Method Summary
 int getFactoryType()
           
 
Methods inherited from class org.hornetq.jms.client.HornetQConnectionFactory
close, createConnection, createConnection, createConnectionInternal, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, finalize, getCallFailoverTimeout, getCallTimeout, getClientFailureCheckPeriod, getClientID, getConfirmationWindowSize, getConnectionLoadBalancingPolicyClassName, getConnectionTTL, getConsumerMaxRate, getConsumerWindowSize, getDiscoveryGroupConfiguration, getDupsOKBatchSize, getGroupID, getInitialConnectAttempts, getInitialMessagePacketSize, getMaxRetryInterval, getMinLargeMessageSize, getProducerMaxRate, getProducerWindowSize, getReconnectAttempts, getReference, getRetryInterval, getRetryIntervalMultiplier, getScheduledThreadPoolMaxSize, getServerLocator, getStaticConnectors, getThreadPoolMaxSize, getTransactionBatchSize, isAutoGroup, isBlockOnAcknowledge, isBlockOnDurableSend, isBlockOnNonDurableSend, isCacheLargeMessagesClient, isCompressLargeMessage, isFailoverOnInitialConnection, isHA, isPreAcknowledge, isUseGlobalPools, setAutoGroup, setBlockOnAcknowledge, setBlockOnDurableSend, setBlockOnNonDurableSend, setCacheLargeMessagesClient, setCallFailoverTimeout, setCallTimeout, setClientFailureCheckPeriod, setClientID, setCompressLargeMessage, setConfirmationWindowSize, setConnectionLoadBalancingPolicyClassName, setConnectionTTL, setConsumerMaxRate, setConsumerWindowSize, setDupsOKBatchSize, setFailoverOnInitialConnection, setGroupID, setInitialConnectAttempts, setInitialMessagePacketSize, setMaxRetryInterval, setMinLargeMessageSize, setPreAcknowledge, setProducerMaxRate, setProducerWindowSize, setReconnectAttempts, setRetryInterval, setRetryIntervalMultiplier, setScheduledThreadPoolMaxSize, setThreadPoolMaxSize, setTransactionBatchSize, setUseGlobalPools, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.jms.QueueConnectionFactory
createQueueConnection, createQueueConnection
 
Methods inherited from interface javax.jms.ConnectionFactory
createConnection, createConnection
 

Constructor Detail

HornetQQueueConnectionFactory

public HornetQQueueConnectionFactory()

HornetQQueueConnectionFactory

public HornetQQueueConnectionFactory(ServerLocator serverLocator)
Parameters:
serverLocator -

HornetQQueueConnectionFactory

public HornetQQueueConnectionFactory(boolean ha,
                                     DiscoveryGroupConfiguration groupConfiguration)
Parameters:
ha -
discoveryAddress -
discoveryPort -

HornetQQueueConnectionFactory

public HornetQQueueConnectionFactory(boolean ha,
                                     TransportConfiguration... initialConnectors)
Parameters:
ha -
initialConnectors -
Method Detail

getFactoryType

public int getFactoryType()
Overrides:
getFactoryType in class HornetQConnectionFactory


Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.