org.apache.activemq.network.jms
Class JmsTopicConnector
java.lang.Object
org.apache.activemq.network.jms.JmsConnector
org.apache.activemq.network.jms.SimpleJmsTopicConnector
org.apache.activemq.network.jms.JmsTopicConnector
- All Implemented Interfaces:
- org.apache.activemq.Service
public class JmsTopicConnector
- extends SimpleJmsTopicConnector
A Bridge to other JMS Topic providers
- Author:
- Hiram Chirino
| Fields inherited from class org.apache.activemq.network.jms.JmsConnector |
connectionSerivce, embeddedConnectionFactory, failed, foreignConnection, foreignSideInitialized, inboundMessageConvertor, initialized, jndiLocalTemplate, jndiOutboundTemplate, localClientId, localConnection, localPassword, localSideInitialized, localUsername, outboundClientId, outboundMessageConvertor, outboundPassword, outboundUsername, preferJndiDestinationLookup, replyToBridges, replyToDestinationCacheSize, started |
| Methods inherited from class org.apache.activemq.network.jms.SimpleJmsTopicConnector |
createActiveMQTopic, createForeignTopic, createReplyToBridge, getInboundTopicBridges, getLocalConnectionFactoryName, getLocalTopicConnection, getLocalTopicConnectionFactory, getOutboundTopicBridges, getOutboundTopicConnection, getOutboundTopicConnectionFactory, getOutboundTopicConnectionFactoryName, initializeForeignConnection, initializeInboundDestinationBridgesLocalSide, initializeInboundDestinationBridgesOutboundSide, initializeLocalConnection, initializeOutboundDestinationBridgesLocalSide, initializeOutboundDestinationBridgesOutboundSide, setInboundTopicBridges, setLocalConnectionFactoryName, setLocalTopicConnection, setLocalTopicConnectionFactory, setOutboundTopicBridges, setOutboundTopicConnection, setOutboundTopicConnectionFactory, setOutboundTopicConnectionFactoryName |
| Methods inherited from class org.apache.activemq.network.jms.JmsConnector |
addInboundBridge, addOutboundBridge, clearBridges, doConnectorInit, getForeignConnection, getInboundMessageConvertor, getJndiLocalTemplate, getJndiOutboundTemplate, getLocalClientId, getLocalConnection, getLocalPassword, getLocalUsername, getName, getOutboundClientId, getOutboundMessageConvertor, getOutboundPassword, getOutboundUsername, getReconnectionPolicy, getReplyToDestinationCacheSize, init, isConnected, isFailed, isPreferJndiDestinationLookup, removeInboundBridge, removeOutboundBridge, setBrokerService, setInboundMessageConvertor, setJndiLocalTemplate, setJndiOutboundTemplate, setLocalClientId, setLocalPassword, setLocalUsername, setName, setOutboundClientId, setOutboundMessageConvertor, setOutboundPassword, setOutboundUsername, setPreferJndiDestinationLookup, setReconnectionPolicy, setReplyToDestinationCacheSize, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsTopicConnector
public JmsTopicConnector()
setJndiLocalTemplate
public void setJndiLocalTemplate(org.springframework.jndi.JndiTemplate template)
setJndiOutboundTemplate
public void setJndiOutboundTemplate(org.springframework.jndi.JndiTemplate template)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.