You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/03/01 10:34:00 UTC

[jira] [Work logged] (ARTEMIS-2262) Correlate management response messages with request message.

     [ https://issues.apache.org/jira/browse/ARTEMIS-2262?focusedWorklogId=206364&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-206364 ]

ASF GitHub Bot logged work on ARTEMIS-2262:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Mar/19 10:33
            Start Date: 01/Mar/19 10:33
    Worklog Time Spent: 10m 
      Work Description: k-wall commented on issue #2568: ARTEMIS-2262: Correlate management response messages with the request
URL: https://github.com/apache/activemq-artemis/pull/2568#issuecomment-468620562
 
 
   @clebertsuconic @michaelandrepearce I'm struggling to find the right way to refactor by moving responsibility for  `#setCorrelationID(Object)` and  `#getCorrelationID()` to Message.  The difficulties I'm having come from the refactoring of `CoreAmqpConverter` and `AmpqCoreConverter` and their interactions with `ServerJMSMessage`.  The fact that the conversion goes through JMS model (Message#JMSCorrelationID() and Message#JMSCorrelationIDAsBytes is making things awkward.  Indeed, I see a couple of places where the conversion side steps the ServerJMSMessage completely.  I don't currently see the right way to proceed.
   
   Could you elaborate a bit more on how you'd approach this change in those areas?
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 206364)
    Time Spent: 2h 20m  (was: 2h 10m)

> Correlate management response messages with request message.
> ------------------------------------------------------------
>
>                 Key: ARTEMIS-2262
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2262
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Keith Wall
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> As an application developer using the Artemis Management API to control the Broker over messaging, I would like to be able to correlate my management request messages with the responses generated by the server.   If the Artemis Management Service were to implement the common Correlation ID patterns, this use case would be fulfilled in a standards complaint manner.
> [https://www.enterpriseintegrationpatterns.com/patterns/messaging/RequestReplyJmsExample.html]
> [https://docs.oracle.com/cd/E13171_01/alsb/docs25/interopjms/MsgIDPatternforJMS.html#wp1048054]
>  
>  
>  
>  



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