[
https://issues.apache.org/jira/browse/ARTEMIS-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509220#comment-16509220
]
salil commented on ARTEMIS-1901:
--------------------------------
# we are running a standalone broker for which i have attached the broker.xml
# we have 2 spring boot applications - one for producer and 2nd for consumer.
Both deploy and starts successfully
# Use case is to validate that we are able to send message from producer and
consumer message from consumer. Yes, basis JMS producer and consumer.
## same code works well with Apache artemis 2.4
## doesn't work with Apache artemis 2.6 - The problem is that when we put
message on the queue from producer app, the consumer app is not able retrieve
it. But if I manually put the message into the queue from the Artemis console
([http://localhost:8161/console),] the consumer app is able to retrieve it
Please let me know the additional details you want me to provide.
> 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
>
>
> *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)