Class AbstractActiveMQProducerResource

    • Constructor Detail

      • AbstractActiveMQProducerResource

        public AbstractActiveMQProducerResource​(org.apache.activemq.ActiveMQConnectionFactory connectionFactory)
      • AbstractActiveMQProducerResource

        public AbstractActiveMQProducerResource​(URI brokerURI)
      • AbstractActiveMQProducerResource

        public AbstractActiveMQProducerResource​(EmbeddedActiveMQBroker embeddedActiveMQBroker)
      • AbstractActiveMQProducerResource

        public AbstractActiveMQProducerResource​(URI brokerURI,
                                                String userName,
                                                String password)
      • AbstractActiveMQProducerResource

        public AbstractActiveMQProducerResource​(String destinationName,
                                                org.apache.activemq.ActiveMQConnectionFactory connectionFactory)
      • AbstractActiveMQProducerResource

        public AbstractActiveMQProducerResource​(String destinationName,
                                                URI brokerURI)
      • AbstractActiveMQProducerResource

        public AbstractActiveMQProducerResource​(String destinationName,
                                                EmbeddedActiveMQBroker embeddedActiveMQBroker)
      • AbstractActiveMQProducerResource

        public AbstractActiveMQProducerResource​(String destinationName,
                                                URI brokerURI,
                                                String userName,
                                                String password)
    • Method Detail

      • sendMessage

        public void sendMessage​(javax.jms.Message message)
                         throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • sendMessage

        public javax.jms.BytesMessage sendMessage​(byte[] body)
                                           throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • sendMessage

        public javax.jms.TextMessage sendMessage​(String body)
                                          throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • sendMessage

        public javax.jms.MapMessage sendMessage​(Map<String,​Object> body)
                                         throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • sendMessage

        public javax.jms.ObjectMessage sendMessage​(Serializable body)
                                            throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • sendMessageWithProperties

        public javax.jms.BytesMessage sendMessageWithProperties​(byte[] body,
                                                                Map<String,​Object> properties)
                                                         throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • sendMessageWithProperties

        public javax.jms.TextMessage sendMessageWithProperties​(String body,
                                                               Map<String,​Object> properties)
                                                        throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • sendMessageWithProperties

        public javax.jms.MapMessage sendMessageWithProperties​(Map<String,​Object> body,
                                                              Map<String,​Object> properties)
                                                       throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • sendMessageWithProperties

        public javax.jms.ObjectMessage sendMessageWithProperties​(Serializable body,
                                                                 Map<String,​Object> properties)
                                                          throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException