Class DestinationTemplateProvider

    • Constructor Detail

      • DestinationTemplateProvider

        public DestinationTemplateProvider​(FFMQEngineSetup setup)
        Constructor
    • Method Detail

      • loadExistingTemplates

        public void loadExistingTemplates()
                                   throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • addQueueTemplate

        public void addQueueTemplate​(QueueTemplate queueTemplate)
                              throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • addTopicTemplate

        public void addTopicTemplate​(TopicTemplate topicTemplate)
                              throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • getQueueTemplate

        public QueueTemplate getQueueTemplate​(String queueName)
                                       throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • getTopicTemplate

        public TopicTemplate getTopicTemplate​(String topicName)
                                       throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • clear

        public void clear()