GitHub user jmesnil opened a pull request:
https://github.com/apache/activemq-artemis/pull/2215
[ARTEMIS-1947]Â Session metadata in session management operation
Fill the session's metadata in JSON properties instead of serializing it
as an opaque String.
JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1947
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jmesnil/activemq-artemis
ARTEMIS-1947_JSON_serialization
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2215.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 #2215
----
commit fd9aad202bbac331a14d6ff58c0546c5d027aa06
Author: Jeff Mesnil <jmesnil@...>
Date: 2018-08-06T12:11:40Z
[ARTEMIS-1947]Â Session metadata in session management operation
Fill the session's metadata in JSON properties instead of serializing it
as an opaque String.
JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1947
----
---