[ 
https://issues.apache.org/jira/browse/ARTEMIS-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518478#comment-16518478
 ] 

Justin Bertram commented on ARTEMIS-1901:
-----------------------------------------

I believe the issue is that you're using a 1.x Artemis client to talk to the 
broker because your Spring dependency is out-dated.  When you upgraded your 
broker from 2.4.0 to 2.6.0 it appears you failed to read [the 
documentation|https://activemq.apache.org/artemis/docs/latest/versions.html] 
which indicated you need to add 
{{anycastPrefix=jms.queue.;multicastPrefix=jms.topic.}} to any acceptor 
supporting a 1.x client.  Therefore, you can either update your Spring 
dependency or modify your acceptor configuration.

> Facing issue in “apache-artemis-2.6.0” while sending message in queue through 
> REST API using JMS
> ------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1901
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1901
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.6.0
>            Reporter: Sumit kumar sinha
>            Priority: Major
>         Attachments: broker.xml, consumer.JPG, producer.JPG, 
> spring-boot-artemis-demo.zip
>
>
> *We are facing issue on “apache-artemis-2.6.0” while using JMS.*
> We have running environment for “apache-artemis-2.6.0” and written two java 
> application i.e consumer and producer. We are able to send the message from 
> Artemis console (send option) and consumer java application is able to show 
> the same (we checked using logs).
> We have developed REST API in producer java application but that particular 
> message is not visible in Consumer java application console.
>  
> +*The same application is running while using different version of Artemis 
> i.e. “apache-artemis-2.4.0”.*+
>  
> Below are code snippet for same (as an attachment) :
>  
> +*Producer REST API :*+
>   !producer.JPG!!consumer.JPG!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to