[
https://issues.apache.org/jira/browse/QPID-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13785388#comment-13785388
]
Mike Bonnet commented on QPID-5204:
-----------------------------------
I believe JMS requires property names to be valid Java identifiers, which means
starting with a letter or _ and containing only letters, numbers, underscores,
or $.
> qpid.subject is an invalid JMS property identifier
> --------------------------------------------------
>
> Key: QPID-5204
> URL: https://issues.apache.org/jira/browse/QPID-5204
> Project: Qpid
> Issue Type: Bug
> Components: Java Client
> Affects Versions: 0.24
> Reporter: Gordon Sim
> Assignee: Rajith Attapattu
> Fix For: 0.25
>
>
> It should be prefixed with JMS_ and the '.' needs to be replaced (e.g.
> perhaps with '_'). This shouldn't affect what is sent over the wire, just how
> the name is exposed through the API.
> There are probably some others, e.g. x-amqp-0-10-routing-key etc.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]