[
https://issues.apache.org/jira/browse/QPID-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13785395#comment-13785395
]
Mike Bonnet commented on QPID-5204:
-----------------------------------
3.5.1 Property Names
Property names must obey the rules for a message selector identifier. See
Section 3.8.1.1, “Message Selector Syntax,” for more information.
and
• Identifiers:
– An identifier is an unlimited-length character sequence that must begin
with a Java identifier start character; all following characters must be Java
identifier part characters. An identifier start character is any character for
which the method Character.isJavaIdentifierStart returns true. This includes
‘_’ and ‘$’. An identifier part character is any character for which the
method Character.isJavaIdentifierPart returns true.
> 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]