[
https://issues.apache.org/jira/browse/ARTEMIS-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509747#comment-16509747
]
Justin Bertram commented on ARTEMIS-1901:
-----------------------------------------
Thanks for your latest comments. Unfortunately they do not shed much light on
the situation. As stated previously, what is needed here is an actual
reproducer. By "reproducer" I mean an application, project, script, etc. which
is easily be executed by anyone to reproduce the problem you're having.
Ideally this reproducer would contain only what is absolutely necessary to
reproduce the failure. Specifically, I would ask that you eliminate Spring
from the equation and reproduce the problem with just a simple producer and
consumer as this will ensure that the problem is with the Artemis code itself
and not with Spring.
I can easily test whether JMS producers and consumers are able to share
messages by using the "queue" example shipped with the broker. This example
runs successfully as expected and it mimics your basic use-case - a producer,
consumer, and broker running on the same machine.
> 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)