org.codehaus.activecluster.impl
Class ActiveMQClusterFactory
java.lang.Object
org.codehaus.activecluster.impl.DefaultClusterFactory
org.codehaus.activecluster.impl.ActiveMQClusterFactory
- All Implemented Interfaces:
- ClusterFactory
- public class ActiveMQClusterFactory
- extends DefaultClusterFactory
An implementation of ClusterFactory
using
ActiveMQ
- Version:
- $Revision: 1.4 $
Methods inherited from class org.codehaus.activecluster.impl.DefaultClusterFactory |
createCluster, createCluster, createCluster, createProducer, createSession, getAcknowledgeMode, getConnectionFactory, getDataTopicPrefix, getDeliveryMode, getInactiveTime, isTransacted, isUseQueueForInbox, setAcknowledgeMode, setConnectionFactory, setDataTopicPrefix, setDeliveryMode, setInactiveTime, setTransacted, setUseQueueForInbox |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CLUSTER_URL
public static String DEFAULT_CLUSTER_URL
ActiveMQClusterFactory
public ActiveMQClusterFactory()
ActiveMQClusterFactory
public ActiveMQClusterFactory(String brokerURL)
ActiveMQClusterFactory
public ActiveMQClusterFactory(org.codehaus.activemq.ActiveMQConnectionFactory connectionFactory)
ActiveMQClusterFactory
public ActiveMQClusterFactory(boolean transacted,
int acknowledgeMode,
String dataTopicPrefix,
long inactiveTime)
ActiveMQClusterFactory
public ActiveMQClusterFactory(org.codehaus.activemq.ActiveMQConnectionFactory connectionFactory,
boolean transacted,
int acknowledgeMode,
String dataTopicPrefix,
long inactiveTime)
getActiveMQConnectionFactory
public org.codehaus.activemq.ActiveMQConnectionFactory getActiveMQConnectionFactory()
setActiveMQConnectionFactory
public void setActiveMQConnectionFactory(org.codehaus.activemq.ActiveMQConnectionFactory connectionFactory)
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.