[
https://issues.apache.org/jira/browse/ARTEMIS-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603351#comment-16603351
]
ASF subversion and git services commented on ARTEMIS-2058:
----------------------------------------------------------
Commit fab96c4b1c65e2cf552d3bf89d24b7b414a6a980 in activemq-artemis's branch
refs/heads/master from [~calohmn]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=fab96c4 ]
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
> Fix For: 2.7.0
>
>
> 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)