Class JmsQueueConnector

java.lang.Object
org.apache.activemq.network.jms.JmsConnector
org.apache.activemq.network.jms.SimpleJmsQueueConnector
org.apache.activemq.network.jms.JmsQueueConnector
All Implemented Interfaces:
org.apache.activemq.Service

public class JmsQueueConnector extends org.apache.activemq.network.jms.SimpleJmsQueueConnector
A Bridge to other JMS Queue providers
Author:
Hiram Chirino
  • Field Summary

    Fields inherited from class org.apache.activemq.network.jms.JmsConnector

    connectionService, embeddedConnectionFactory, failed, foreignConnection, foreignSideInitialized, inboundMessageConvertor, initialized, jndiLocalTemplate, jndiOutboundTemplate, localClientId, localConnection, localPassword, localSideInitialized, localUsername, outboundClientId, outboundMessageConvertor, outboundPassword, outboundUsername, preferJndiDestinationLookup, replyToBridges, replyToDestinationCacheSize, started
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setJndiLocalTemplate(org.springframework.jndi.JndiTemplate template)
     
    void
    setJndiOutboundTemplate(org.springframework.jndi.JndiTemplate template)
     

    Methods inherited from class org.apache.activemq.network.jms.SimpleJmsQueueConnector

    createActiveMQQueue, createForeignQueue, createReplyToBridge, getInboundQueueBridges, getLocalConnectionFactoryName, getLocalQueueConnection, getLocalQueueConnectionFactory, getOutboundQueueBridges, getOutboundQueueConnection, getOutboundQueueConnectionFactory, getOutboundQueueConnectionFactoryName, initializeForeignConnection, initializeInboundDestinationBridgesLocalSide, initializeInboundDestinationBridgesOutboundSide, initializeLocalConnection, initializeOutboundDestinationBridgesLocalSide, initializeOutboundDestinationBridgesOutboundSide, setInboundQueueBridges, setLocalConnectionFactoryName, setLocalQueueConnection, setLocalQueueConnectionFactory, setOutboundQueueBridges, setOutboundQueueConnection, setOutboundQueueConnectionFactory, setOutboundQueueConnectionFactoryName

    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
  • Constructor Details

    • JmsQueueConnector

      public JmsQueueConnector()
  • Method Details

    • setJndiLocalTemplate

      public void setJndiLocalTemplate(org.springframework.jndi.JndiTemplate template)
    • setJndiOutboundTemplate

      public void setJndiOutboundTemplate(org.springframework.jndi.JndiTemplate template)