You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Surya (JIRA)" <ji...@apache.org> on 2019/08/05 15:25:00 UTC

[jira] [Created] (ARTEMIS-2443) Not able to send message using spring boot application

Surya created ARTEMIS-2443:
------------------------------

             Summary: Not able to send message using spring boot application
                 Key: ARTEMIS-2443
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2443
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: ActiveMQ-Artemis-Native
    Affects Versions: 2.9.0
            Reporter: Surya
            Assignee: clebert suconic


With the below mentioned configuration I am not able to send message, but consumer is working fine. I am using spring boot application for sending and consuming message.

spring.artemis.mode=native
spring.artemis.host=127.0.0.1
spring.artemis.port=61616
spring.artemis.user=admin
spring.artemis.password=secret
jms.queue.destination=abc



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)