You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by "Steve.V." <st...@sas.com> on 2012/12/21 16:38:27 UTC

Re: RESTful POSTing of messages containing a correlation ID

I was able to update my C-based client to add/update the URI in HTTP
start-line(first header).  When the user of my client app wants to set the
JMSCorrelationID header field of a message, I add a "&JMSCorrelationID="
parameter to the URI in the HTTP POST request's start-line(first header). 
That enables me to POST messages  with a correlation ID.  Thus you can
dismiss my request in the 25Sep2012 post asking for the MessageServlet to
notice a header of the form "JMSCorrelationID: mycorelID".  Now that I am
able to update the URI in the start-line, I am able to POST messages with
correlation IDs within the same connection/session.

In JIRA 4072(https://issues.apache.org/jira/browse/AMQ-4072) I asked for the
JMSCorrelationID be added to the list of JMS message properties that are
sent as HTTP headers in responses to a GET requests.  In that JIRA it says
the fix version is 5.8.0.  I will try a snapshot of 5.8.0.  Thanks!




-----
Stephen Vincent
--
View this message in context: http://activemq.2283324.n4.nabble.com/RESTful-POSTing-of-messages-containing-a-correlation-ID-tp4656960p4661017.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: RESTful POSTing of messages containing a correlation ID

Posted by "Steve.V." <st...@sas.com>.
I ran the test against a 21Dec2012 5.8 snapshot and the problem was not
resolved.  I will try a more recent snapshot when I gets some more time.



-----
Stephen Vincent
--
View this message in context: http://activemq.2283324.n4.nabble.com/RESTful-POSTing-of-messages-containing-a-correlation-ID-tp4656960p4661807.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.