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

ASF GitHub Bot commented on ARTEMIS-2058:
-----------------------------------------

GitHub user calohmn opened a pull request:

    https://github.com/apache/activemq-artemis/pull/2273

    ARTEMIS-2058 Support any kind of extraProperties in AmqpCoreConverter

    This fixes 
[ARTEMIS-2058](https://issues.apache.org/jira/browse/ARTEMIS-2058).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bsinno/activemq-artemis 
PR/amqpcoreconverter_extraproperties

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2273.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2273
    
----
commit 3a7734846303cd0ec046c5f5c00c65aa8cf2a168
Author: Carsten Lohmann <carsten.lohmann@...>
Date:   2018-08-28T13:38:40Z

    ARTEMIS-2058 Support any kind of extraProperties in AmqpCoreConverter

----


> Allow setting of any value (not just bytes) in AMQPMessage.extraProperties
> --------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2058
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2058
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: AMQP
>            Reporter: Carsten Lohmann
>            Priority: Major
>
> When developing an incoming or outgoing AMQP interceptor, there may be 
> scenarios where extra properties should be put on the AMQP message, without 
> changing the original message (e.g. for ARTEMIS-2028).
> For this, the {{AMQPMessage.extraProperties}} look suitable. These properties 
> are restricted to contain only byte[] values though - otherwise there will be 
> an exception in {{AmqpCoreConverter.toCore()}}.
> It would be good to support any kind of values here.
>  
>  



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

Reply via email to