Class DestinationBridge

    • Constructor Detail

      • DestinationBridge

        public DestinationBridge()
    • Method Detail

      • getConsumer

        public MessageConsumer getConsumer()
        Returns:
        Returns the consumer.
      • setConsumer

        public void setConsumer​(MessageConsumer consumer)
        Parameters:
        consumer - The consumer to set.
      • setJmsConnector

        public void setJmsConnector​(JmsConnector connector)
        Parameters:
        connector -
      • getJmsMessageConvertor

        public JmsMesageConvertor getJmsMessageConvertor()
        Returns:
        Returns the inboundMessageConvertor.
      • setJmsMessageConvertor

        public void setJmsMessageConvertor​(JmsMesageConvertor jmsMessageConvertor)
        Parameters:
        jmsMessageConvertor -
      • start

        public void start()
                   throws Exception
        Specified by:
        start in interface org.apache.activemq.Service
        Throws:
        Exception
      • stop

        public void stop()
                  throws Exception
        Specified by:
        stop in interface org.apache.activemq.Service
        Throws:
        Exception
      • isDoHandleReplyTo

        public boolean isDoHandleReplyTo()
        Returns:
        Returns the doHandleReplyTo.
      • setDoHandleReplyTo

        public void setDoHandleReplyTo​(boolean doHandleReplyTo)
        Parameters:
        doHandleReplyTo - The doHandleReplyTo to set.
      • getConnnectionForConsumer

        protected abstract Connection getConnnectionForConsumer()
      • getConnectionForProducer

        protected abstract Connection getConnectionForProducer()